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.
[[["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 2024-11-06 UTC."],[],[]]