Reference documentation and code samples for the Google Cloud Build V1 Client class MachineType.
Supported Compute Engine machine types.
For more information, see Machine types.
Protobuf type google.devtools.cloudbuild.v1.BuildOptions.MachineType
Namespace
Google \ Cloud \ Build \ V1 \ BuildOptionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
Standard machine type.
Generated from protobuf enum UNSPECIFIED = 0;
N1_HIGHCPU_8
Value: 1
Highcpu machine with 8 CPUs.
Generated from protobuf enum N1_HIGHCPU_8 = 1;
N1_HIGHCPU_32
Value: 2
Highcpu machine with 32 CPUs.
Generated from protobuf enum N1_HIGHCPU_32 = 2;
E2_HIGHCPU_8
Value: 5
Highcpu e2 machine with 8 CPUs.
Generated from protobuf enum E2_HIGHCPU_8 = 5;
E2_HIGHCPU_32
Value: 6
Highcpu e2 machine with 32 CPUs.
Generated from protobuf enum E2_HIGHCPU_32 = 6;
E2_MEDIUM
Value: 7
E2 machine with 1 CPU.
Generated from protobuf enum E2_MEDIUM = 7;