public sealed class ShieldedInstanceIntegrityPolicy : IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceIntegrityPolicy.
The policy describes the baseline against which Instance boot integrity is measured.
Implements
IMessageShieldedInstanceIntegrityPolicy, IEquatableShieldedInstanceIntegrityPolicy, IDeepCloneableShieldedInstanceIntegrityPolicy, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ShieldedInstanceIntegrityPolicy()
public ShieldedInstanceIntegrityPolicy()
ShieldedInstanceIntegrityPolicy(ShieldedInstanceIntegrityPolicy)
public ShieldedInstanceIntegrityPolicy(ShieldedInstanceIntegrityPolicy other)
Parameter | |
---|---|
Name | Description |
other | ShieldedInstanceIntegrityPolicy |
Properties
HasUpdateAutoLearnPolicy
public bool HasUpdateAutoLearnPolicy { get; }
Gets whether the "update_auto_learn_policy" field is set
Property Value | |
---|---|
Type | Description |
bool |
UpdateAutoLearnPolicy
public bool UpdateAutoLearnPolicy { get; set; }
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
Property Value | |
---|---|
Type | Description |
bool |