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
IMessage<ShieldedInstanceIntegrityPolicy>, IEquatable<ShieldedInstanceIntegrityPolicy>, IDeepCloneable<ShieldedInstanceIntegrityPolicy>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
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 |
Boolean |