Batch V1 API - Module Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel (v1.5.0)

Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel.

Compute Engine VM instance provisioning model.

Constants

PROVISIONING_MODEL_UNSPECIFIED

value: 0
Unspecified.

STANDARD

value: 1
Standard VM.

SPOT

value: 2
SPOT VM.

PREEMPTIBLE

value: 3
Preemptible 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.

RESERVATION_BOUND

value: 4
Bound to the lifecycle of the reservation in which it is provisioned.

FLEX_START

value: 5
Instance is provisioned with DWS Flex Start and has limited max run duration.