Compute Engine v1 API - Class ShieldedInstanceConfig (2.15.0)

public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceConfig.

A set of Shielded Instance options.

Inheritance

object > ShieldedInstanceConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ShieldedInstanceConfig()

public ShieldedInstanceConfig()

ShieldedInstanceConfig(ShieldedInstanceConfig)

public ShieldedInstanceConfig(ShieldedInstanceConfig other)
Parameter
NameDescription
otherShieldedInstanceConfig

Properties

EnableIntegrityMonitoring

public bool EnableIntegrityMonitoring { get; set; }

Defines whether the instance has integrity monitoring enabled. Enabled by default.

Property Value
TypeDescription
bool

EnableSecureBoot

public bool EnableSecureBoot { get; set; }

Defines whether the instance has Secure Boot enabled. Disabled by default.

Property Value
TypeDescription
bool

EnableVtpm

public bool EnableVtpm { get; set; }

Defines whether the instance has the vTPM enabled. Enabled by default.

Property Value
TypeDescription
bool

HasEnableIntegrityMonitoring

public bool HasEnableIntegrityMonitoring { get; }

Gets whether the "enable_integrity_monitoring" field is set

Property Value
TypeDescription
bool

HasEnableSecureBoot

public bool HasEnableSecureBoot { get; }

Gets whether the "enable_secure_boot" field is set

Property Value
TypeDescription
bool

HasEnableVtpm

public bool HasEnableVtpm { get; }

Gets whether the "enable_vtpm" field is set

Property Value
TypeDescription
bool