Compute Engine v1 API - Class ComputeEnumConstants.Snapshot.Architecture (2.15.0)

public static class ComputeEnumConstants.Snapshot.Architecture

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Snapshot.Architecture.

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

Inheritance

object > ComputeEnumConstants.Snapshot.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