Batch V1 API - Module Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel (v0.4.3)

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.