Module: Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel

Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

Compute Engine VM instance provisioning model.

Constant Summary collapse

PROVISIONING_MODEL_UNSPECIFIED =

Unspecified.

0
STANDARD =

Standard VM.

1
SPOT =

SPOT VM.

2
PREEMPTIBLE =

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.

3
RESERVATION_BOUND =

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

4
FLEX_START =

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

5