Enum NewSpotInstancesConfig.TerminationAction (0.8.0)

public enum NewSpotInstancesConfig.TerminationAction extends Enum<NewSpotInstancesConfig.TerminationAction> implements ProtocolMessageEnum

Specifies the termination action of the instance

Protobuf enum google.cloud.hypercomputecluster.v1.NewSpotInstancesConfig.TerminationAction

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETE

Compute Engine deletes the Spot VM on preemption.

DELETE = 2;

DELETE_VALUE

Compute Engine deletes the Spot VM on preemption.

DELETE = 2;

STOP

Compute Engine stops the Spot VM on preemption.

STOP = 1;

STOP_VALUE

Compute Engine stops the Spot VM on preemption.

STOP = 1;

TERMINATION_ACTION_UNSPECIFIED

Not set.

TERMINATION_ACTION_UNSPECIFIED = 0;

TERMINATION_ACTION_UNSPECIFIED_VALUE

Not set.

TERMINATION_ACTION_UNSPECIFIED = 0;

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()