public enum Scheduling.ProvisioningModel extends Enum<Scheduling.ProvisioningModel> implements ProtocolMessageEnum
Specifies the provisioning model of the instance.
Protobuf enum google.cloud.compute.v1.Scheduling.ProvisioningModel
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FLEX_START |
Instance is provisioned using the Flex Start provisioning model and has a limited runtime. |
FLEX_START_VALUE |
Instance is provisioned using the Flex Start provisioning model and has a limited runtime. |
RESERVATION_BOUND |
Bound to the lifecycle of the reservation in which it is provisioned. |
RESERVATION_BOUND_VALUE |
Bound to the lifecycle of the reservation in which it is provisioned. |
SPOT |
Heavily discounted, no guaranteed runtime. |
SPOT_VALUE |
Heavily discounted, no guaranteed runtime. |
STANDARD |
Standard provisioning with user controlled runtime, no discounts. |
STANDARD_VALUE |
Standard provisioning with user controlled runtime, no discounts. |
UNDEFINED_PROVISIONING_MODEL |
A value indicating that the enum field is not set. |
UNDEFINED_PROVISIONING_MODEL_VALUE |
A value indicating that the enum field is not set. |
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() |