public enum AttachedDiskInitializeParams.Architecture extends Enum<AttachedDiskInitializeParams.Architecture> implements ProtocolMessageEnum
The architecture of the attached disk. Valid values are arm64 or x86_64.
Protobuf enum google.cloud.compute.v1.AttachedDiskInitializeParams.Architecture
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ARCHITECTURE_UNSPECIFIED |
Default value indicating Architecture is not set. |
ARCHITECTURE_UNSPECIFIED_VALUE |
Default value indicating Architecture is not set. |
ARM64 |
Machines with architecture ARM64 |
ARM64_VALUE |
Machines with architecture ARM64 |
UNDEFINED_ARCHITECTURE |
A value indicating that the enum field is not set. |
UNDEFINED_ARCHITECTURE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
X86_64 |
Machines with architecture X86_64 |
X86_64_VALUE |
Machines with architecture X86_64 |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |