public sealed class ShieldedInstanceConfig : IMessage<ShieldedInstanceConfig>, IEquatable<ShieldedInstanceConfig>, IDeepCloneable<ShieldedInstanceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ShieldedInstanceConfig.
A set of Shielded Instance options.
Implements
IMessageShieldedInstanceConfig, IEquatableShieldedInstanceConfig, IDeepCloneableShieldedInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ShieldedInstanceConfig()
public ShieldedInstanceConfig()ShieldedInstanceConfig(ShieldedInstanceConfig)
public ShieldedInstanceConfig(ShieldedInstanceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ShieldedInstanceConfig |
Properties
EnableIntegrityMonitoring
public bool EnableIntegrityMonitoring { get; set; }Defines whether the instance has integrity monitoring enabled. Enabled by default.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableSecureBoot
public bool EnableSecureBoot { get; set; }Defines whether the instance has Secure Boot enabled. Disabled by default.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
EnableVtpm
public bool EnableVtpm { get; set; }Defines whether the instance has the vTPM enabled. Enabled by default.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableIntegrityMonitoring
public bool HasEnableIntegrityMonitoring { get; }Gets whether the "enable_integrity_monitoring" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableSecureBoot
public bool HasEnableSecureBoot { get; }Gets whether the "enable_secure_boot" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableVtpm
public bool HasEnableVtpm { get; }Gets whether the "enable_vtpm" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|