Reference documentation and code samples for the Google Cloud Batch V1 Client class ProvisioningModel.
Compute Engine VM instance provisioning model.
Protobuf type google.cloud.batch.v1.AllocationPolicy.ProvisioningModel
Namespace
Google \ Cloud \ Batch \ V1 \ AllocationPolicy
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
PROVISIONING_MODEL_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum PROVISIONING_MODEL_UNSPECIFIED = 0;
STANDARD
Value: 1
Standard VM.
Generated from protobuf enum STANDARD = 1;
SPOT
Value: 2
SPOT VM.
Generated from protobuf enum SPOT = 2;
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 2025-09-04 UTC."],[],[],null,["# Google Cloud Batch V1 Client - Class ProvisioningModel (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/cloud-batch/latest/V1.AllocationPolicy.ProvisioningModel)\n- [1.2.1](/php/docs/reference/cloud-batch/1.2.1/V1.AllocationPolicy.ProvisioningModel)\n- [1.1.7](/php/docs/reference/cloud-batch/1.1.7/V1.AllocationPolicy.ProvisioningModel)\n- [1.0.3](/php/docs/reference/cloud-batch/1.0.3/V1.AllocationPolicy.ProvisioningModel)\n- [0.17.0](/php/docs/reference/cloud-batch/0.17.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.16.10](/php/docs/reference/cloud-batch/0.16.10/V1.AllocationPolicy.ProvisioningModel)\n- [0.15.0](/php/docs/reference/cloud-batch/0.15.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.14.0](/php/docs/reference/cloud-batch/0.14.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.13.1](/php/docs/reference/cloud-batch/0.13.1/V1.AllocationPolicy.ProvisioningModel)\n- [0.12.1](/php/docs/reference/cloud-batch/0.12.1/V1.AllocationPolicy.ProvisioningModel)\n- [0.11.3](/php/docs/reference/cloud-batch/0.11.3/V1.AllocationPolicy.ProvisioningModel)\n- [0.10.0](/php/docs/reference/cloud-batch/0.10.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.9.0](/php/docs/reference/cloud-batch/0.9.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.8.0](/php/docs/reference/cloud-batch/0.8.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.7.0](/php/docs/reference/cloud-batch/0.7.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.6.0](/php/docs/reference/cloud-batch/0.6.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.5.2](/php/docs/reference/cloud-batch/0.5.2/V1.AllocationPolicy.ProvisioningModel)\n- [0.4.0](/php/docs/reference/cloud-batch/0.4.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.3.0](/php/docs/reference/cloud-batch/0.3.0/V1.AllocationPolicy.ProvisioningModel)\n- [0.2.2](/php/docs/reference/cloud-batch/0.2.2/V1.AllocationPolicy.ProvisioningModel) \nReference documentation and code samples for the Google Cloud Batch V1 Client class ProvisioningModel.\n\nCompute Engine VM instance provisioning model.\n\nProtobuf type `google.cloud.batch.v1.AllocationPolicy.ProvisioningModel`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Batch \\\\ V1 \\\\ AllocationPolicy\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PROVISIONING_MODEL_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `PROVISIONING_MODEL_UNSPECIFIED = 0;`\n\n### STANDARD\n\n Value: 1\n\nStandard VM.\n\nGenerated from protobuf enum `STANDARD = 1;`\n\n### SPOT\n\n Value: 2\n\nSPOT VM.\n\nGenerated from protobuf enum `SPOT = 2;`\n\n### PREEMPTIBLE\n\n Value: 3\n\nPreemptible VM (PVM).\n\nAbove SPOT VM is the preferable model for preemptible VM instances: the\nold preemptible VM model (indicated by this field) is the older model,\nand has been migrated to use the SPOT model as the underlying technology.\nThis old model will still be supported.\n\nGenerated from protobuf enum `PREEMPTIBLE = 3;`"]]