Enum AllocationPolicy.ProvisioningModel (0.75.0)

public enum AllocationPolicy.ProvisioningModel extends Enum<AllocationPolicy.ProvisioningModel> implements ProtocolMessageEnum

Compute Engine VM instance provisioning model.

Protobuf enum google.cloud.batch.v1alpha.AllocationPolicy.ProvisioningModel

Implements

ProtocolMessageEnum

Static Fields

Name Description
FLEX_START

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

FLEX_START = 5;

FLEX_START_VALUE

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

FLEX_START = 5;

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.

PREEMPTIBLE = 3 [deprecated = true];

PREEMPTIBLE_VALUE

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.

PREEMPTIBLE = 3 [deprecated = true];

PROVISIONING_MODEL_UNSPECIFIED

Unspecified.

PROVISIONING_MODEL_UNSPECIFIED = 0;

PROVISIONING_MODEL_UNSPECIFIED_VALUE

Unspecified.

PROVISIONING_MODEL_UNSPECIFIED = 0;

RESERVATION_BOUND

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

RESERVATION_BOUND = 4;

RESERVATION_BOUND_VALUE

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

RESERVATION_BOUND = 4;

SPOT

SPOT VM.

SPOT = 2;

SPOT_VALUE

SPOT VM.

SPOT = 2;

STANDARD

Standard VM.

STANDARD = 1;

STANDARD_VALUE

Standard VM.

STANDARD = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()