Batch v1alpha API - Enum AllocationPolicy.Types.ProvisioningModel (1.0.0-alpha32)

public enum AllocationPolicy.Types.ProvisioningModel

Reference documentation and code samples for the Batch v1alpha API enum AllocationPolicy.Types.ProvisioningModel.

Compute Engine VM instance provisioning model.

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Fields

Name Description
FlexStart

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

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.

ReservationBound

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

Spot

SPOT VM.

Standard

Standard VM.

Unspecified

Unspecified.