public static class ComputeEnumConstants.Disk.Architecture
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Disk.Architecture.
Constants for wire representations of the Disk.Types.Architecture enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Arm64
public const string Arm64 = "ARM64"
Wire representation of Arm64.
Field Value | |
---|---|
Type | Description |
string |
UndefinedArchitecture
public const string UndefinedArchitecture = "UNDEFINED_ARCHITECTURE"
Wire representation of UndefinedArchitecture.
Field Value | |
---|---|
Type | Description |
string |
Unspecified
public const string Unspecified = "ARCHITECTURE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
string |
X8664
public const string X8664 = "X86_64"
Wire representation of X8664.
Field Value | |
---|---|
Type | Description |
string |