public static class ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceType.
Constants for wire representations of the ConfidentialInstanceConfig.Types.ConfidentialInstanceType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Sev
public const string Sev = "SEV"Wire representation of Sev .
| Field Value | |
|---|---|
| Type | Description |
string |
|
SevSnp
public const string SevSnp = "SEV_SNP"Wire representation of SevSnp .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Tdx
public const string Tdx = "TDX"Wire representation of Tdx .
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedConfidentialInstanceType
public const string UndefinedConfidentialInstanceType = "UNDEFINED_CONFIDENTIAL_INSTANCE_TYPE"Wire representation of UndefinedConfidentialInstanceType .
| Field Value | |
|---|---|
| Type | Description |
string |
|
Unspecified
public const string Unspecified = "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED"Wire representation of Unspecified .
| Field Value | |
|---|---|
| Type | Description |
string |
|