Compute Engine v1 API - Class ShieldedInstanceIntegrityPolicy (2.15.0)

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.

Inheritance

object > ShieldedInstanceIntegrityPolicy

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ShieldedInstanceIntegrityPolicy()

public ShieldedInstanceIntegrityPolicy()

ShieldedInstanceIntegrityPolicy(ShieldedInstanceIntegrityPolicy)

public ShieldedInstanceIntegrityPolicy(ShieldedInstanceIntegrityPolicy other)
Parameter
NameDescription
otherShieldedInstanceIntegrityPolicy

Properties

HasUpdateAutoLearnPolicy

public bool HasUpdateAutoLearnPolicy { get; }

Gets whether the "update_auto_learn_policy" field is set

Property Value
TypeDescription
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
TypeDescription
bool