public enum Scheduling.InstanceTerminationAction extends Enum<Scheduling.InstanceTerminationAction> implements ProtocolMessageEnumDefines the supported termination actions for an instance.
 Protobuf enum google.cloud.backupdr.v1.Scheduling.InstanceTerminationAction
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DELETE | Delete the VM.   | 
| DELETE_VALUE | Delete the VM.   | 
| INSTANCE_TERMINATION_ACTION_UNSPECIFIED | Default value. This value is unused.   | 
| INSTANCE_TERMINATION_ACTION_UNSPECIFIED_VALUE | Default value. This value is unused.   | 
| STOP | Stop the VM without storing in-memory content. default action.   | 
| STOP_VALUE | Stop the VM without storing in-memory content. default action.   | 
| 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() | |