Class ComputeEnumConstants.AttachedDisk.Architecture (2.1.0)

public static class Architecture

Constants for wire representations of the AttachedDisk.Types.Architecture enum.

Inheritance

Object > ComputeEnumConstants.AttachedDisk.Architecture

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Arm64

public const string Arm64 = "ARM64"

Wire representation of Arm64.

Field Value
TypeDescription
String

UndefinedArchitecture

public const string UndefinedArchitecture = "UNDEFINED_ARCHITECTURE"

Wire representation of UndefinedArchitecture.

Field Value
TypeDescription
String

Unspecified

public const string Unspecified = "ARCHITECTURE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
String

X8664

public const string X8664 = "X86_64"

Wire representation of X8664.

Field Value
TypeDescription
String