public enum Scheduling.ProvisioningModel extends Enum<Scheduling.ProvisioningModel> implements ProtocolMessageEnumDefines the provisioning model for an instance.
 Protobuf enum google.cloud.backupdr.v1.Scheduling.ProvisioningModel
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| PROVISIONING_MODEL_UNSPECIFIED | Default value. This value is not used.   | 
| PROVISIONING_MODEL_UNSPECIFIED_VALUE | Default value. This value is not used.   | 
| 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.   | 
| 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() | |