Batch V1 API - Module Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel (v1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-20 UTC."],[],[]]