public enum ComputeScheduling.RestartType extends Enum<ComputeScheduling.RestartType> implements ProtocolMessageEnum
Defines whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user).
Protobuf enum google.events.cloud.vmmigration.v1.ComputeScheduling.RestartType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AUTOMATIC_RESTART | The Instance should be automatically restarted whenever it is terminated by Compute Engine. |
AUTOMATIC_RESTART_VALUE | The Instance should be automatically restarted whenever it is terminated by Compute Engine. |
NO_AUTOMATIC_RESTART | The Instance isn't automatically restarted whenever it is terminated by Compute Engine. |
NO_AUTOMATIC_RESTART_VALUE | The Instance isn't automatically restarted whenever it is terminated by Compute Engine. |
RESTART_TYPE_UNSPECIFIED | Unspecified behavior. This will use the default. |
RESTART_TYPE_UNSPECIFIED_VALUE | Unspecified behavior. This will use the default. |
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() |