Compute Engine v1 API - Class ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceType (3.0.0)

public static class ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceType

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceType.

Constants for wire representations of the ConfidentialInstanceConfig.Types.ConfidentialInstanceType enum.

Inheritance

object > ComputeEnumConstants.ConfidentialInstanceConfig.ConfidentialInstanceType

Namespace

Google.Cloud.Compute.V1

Assembly

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