public enum ComputeScheduling.OnHostMaintenance extends Enum<ComputeScheduling.OnHostMaintenance> implements ProtocolMessageEnum
Protobuf enum google.events.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
MIGRATE | Migrate the instance when the host machine undergoes maintenance. |
MIGRATE_VALUE | Migrate the instance when the host machine undergoes maintenance. |
ON_HOST_MAINTENANCE_UNSPECIFIED | An unknown, unexpected behavior. |
ON_HOST_MAINTENANCE_UNSPECIFIED_VALUE | An unknown, unexpected behavior. |
TERMINATE | Terminate the instance when the host machine undergoes maintenance. |
TERMINATE_VALUE | Terminate the instance when the host machine undergoes maintenance. |
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() |