public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ShieldedInstanceConfig.
A set of Shielded Instance options.
Implements
IMessageShieldedInstanceConfig, IEquatableShieldedInstanceConfig, IDeepCloneableShieldedInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ShieldedInstanceConfig()
public ShieldedInstanceConfig()
ShieldedInstanceConfig(ShieldedInstanceConfig)
public ShieldedInstanceConfig(ShieldedInstanceConfig other)
Parameter | |
---|---|
Name | Description |
other | ShieldedInstanceConfig |
Properties
EnableIntegrityMonitoring
public bool EnableIntegrityMonitoring { get; set; }
Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
Property Value | |
---|---|
Type | Description |
bool |
EnableSecureBoot
public bool EnableSecureBoot { get; set; }
Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
Property Value | |
---|---|
Type | Description |
bool |