Reference documentation and code samples for the Google Cloud Batch V1 Client class ProvisioningModel.
Compute Engine VM instance provisioning model.
Protobuf type google.cloud.batch.v1.AllocationPolicy.ProvisioningModel
Namespace
Google \ Cloud \ Batch \ V1 \ AllocationPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROVISIONING_MODEL_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum PROVISIONING_MODEL_UNSPECIFIED = 0;
STANDARD
Value: 1Standard VM.
Generated from protobuf enum STANDARD = 1;
SPOT
Value: 2SPOT VM.
Generated from protobuf enum SPOT = 2;
PREEMPTIBLE
Value: 3Preemptible VM (PVM).
Above SPOT VM is the preferable model for preemptible VM instances: the old preemptible VM model (indicated by this field) is the older model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported.
Generated from protobuf enum PREEMPTIBLE = 3;