Enum ComputeScheduling.OnHostMaintenance (1.15.0)

public enum ComputeScheduling.OnHostMaintenance extends Enum<ComputeScheduling.OnHostMaintenance> implements ProtocolMessageEnum

Protobuf enum google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MIGRATE

Migrate the instance when the host machine undergoes maintenance.

MIGRATE = 2;

MIGRATE_VALUE

Migrate the instance when the host machine undergoes maintenance.

MIGRATE = 2;

ON_HOST_MAINTENANCE_UNSPECIFIED

An unknown, unexpected behavior.

ON_HOST_MAINTENANCE_UNSPECIFIED = 0;

ON_HOST_MAINTENANCE_UNSPECIFIED_VALUE

An unknown, unexpected behavior.

ON_HOST_MAINTENANCE_UNSPECIFIED = 0;

TERMINATE

Terminate the instance when the host machine undergoes maintenance.

TERMINATE = 1;

TERMINATE_VALUE

Terminate the instance when the host machine undergoes maintenance.

TERMINATE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()