Show / Hide Table of Contents

Class ShieldedInstanceIntegrityPolicy

The policy describes the baseline against which Instance boot integrity is measured.

Inheritance
System.Object
ShieldedInstanceIntegrityPolicy
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ShieldedInstanceIntegrityPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

UpdateAutoLearnPolicy

Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.

Declaration
[JsonProperty("updateAutoLearnPolicy")]
public virtual bool? UpdateAutoLearnPolicy { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top