Reference documentation and code samples for the Compute V1 Client class Architecture.
The architecture of the disk. Valid values are ARM64 or X86_64.
Protobuf type google.cloud.compute.v1.Disk.Architecture
Namespace
Google \ Cloud \ Compute \ V1 \ DiskMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ARCHITECTURE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ARCHITECTURE = 0;
ARCHITECTURE_UNSPECIFIED
Value: 394750507
Default value indicating Architecture is not set.
Generated from protobuf enum ARCHITECTURE_UNSPECIFIED = 394750507;
ARM64
Value: 62547450
Machines with architecture ARM64
Generated from protobuf enum ARM64 = 62547450;
X86_64
Value: 425300551
Machines with architecture X86_64
Generated from protobuf enum X86_64 = 425300551;