Reference documentation and code samples for the Compute V1 Client class Type.
The type of hardware resource that you want to specify. You can specify any of the following values: - VCPU - MEMORY - LOCAL_SSD - ACCELERATOR Specify as a separate entry in the list for each individual resource type.
Protobuf type google.cloud.compute.v1.ResourceCommitment.Type
Namespace
Google \ Cloud \ Compute \ V1 \ ResourceCommitmentMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
ACCELERATOR
Value: 429815371Generated from protobuf enum ACCELERATOR = 429815371;
LOCAL_SSD
Value: 508934896Generated from protobuf enum LOCAL_SSD = 508934896;
MEMORY
Value: 123056385Generated from protobuf enum MEMORY = 123056385;
UNSPECIFIED
Value: 526786327Generated from protobuf enum UNSPECIFIED = 526786327;
VCPU
Value: 2628978Generated from protobuf enum VCPU = 2628978;