public sealed class ConfidentialInstanceConfig : IMessage<ConfidentialInstanceConfig>, IEquatable<ConfidentialInstanceConfig>, IDeepCloneable<ConfidentialInstanceConfig>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class ConfidentialInstanceConfig.
A set of Confidential Instance options.
Implements
IMessageConfidentialInstanceConfig, IEquatableConfidentialInstanceConfig, IDeepCloneableConfidentialInstanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ConfidentialInstanceConfig()
public ConfidentialInstanceConfig()ConfidentialInstanceConfig(ConfidentialInstanceConfig)
public ConfidentialInstanceConfig(ConfidentialInstanceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfidentialInstanceConfig |
Properties
ConfidentialInstanceType
public string ConfidentialInstanceType { get; set; }Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EnableConfidentialCompute
public bool EnableConfidentialCompute { get; set; }Defines whether the instance should have confidential compute enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasConfidentialInstanceType
public bool HasConfidentialInstanceType { get; }Gets whether the "confidential_instance_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasEnableConfidentialCompute
public bool HasEnableConfidentialCompute { get; }Gets whether the "enable_confidential_compute" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|