Enum ActivationState (0.1.0)

public enum ActivationState extends Enum<ActivationState> implements ProtocolMessageEnum

State of the License Key activation on the instance.

Protobuf enum google.cloud.licensemanager.v1.ActivationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVATION_STATE_ACTIVATED

License activation is complete on the instance.

ACTIVATION_STATE_ACTIVATED = 3;

ACTIVATION_STATE_ACTIVATED_VALUE

License activation is complete on the instance.

ACTIVATION_STATE_ACTIVATED = 3;

ACTIVATION_STATE_ACTIVATING

License activation process is running on the instance.

ACTIVATION_STATE_ACTIVATING = 2;

ACTIVATION_STATE_ACTIVATING_VALUE

License activation process is running on the instance.

ACTIVATION_STATE_ACTIVATING = 2;

ACTIVATION_STATE_DEACTIVATED

License Key is deactivated on the instance.

ACTIVATION_STATE_DEACTIVATED = 5;

ACTIVATION_STATE_DEACTIVATED_VALUE

License Key is deactivated on the instance.

ACTIVATION_STATE_DEACTIVATED = 5;

ACTIVATION_STATE_DEACTIVATING

License Key is deactivating on the instance.

ACTIVATION_STATE_DEACTIVATING = 4;

ACTIVATION_STATE_DEACTIVATING_VALUE

License Key is deactivating on the instance.

ACTIVATION_STATE_DEACTIVATING = 4;

ACTIVATION_STATE_KEY_REQUESTED

Activation key (MAK) requested for the instance.

ACTIVATION_STATE_KEY_REQUESTED = 1;

ACTIVATION_STATE_KEY_REQUESTED_VALUE

Activation key (MAK) requested for the instance.

ACTIVATION_STATE_KEY_REQUESTED = 1;

ACTIVATION_STATE_TERMINATED

License Key activation failed on the instance.

ACTIVATION_STATE_TERMINATED = 6;

ACTIVATION_STATE_TERMINATED_VALUE

License Key activation failed on the instance.

ACTIVATION_STATE_TERMINATED = 6;

ACTIVATION_STATE_UNSPECIFIED

The Status of the activation is unspecified

ACTIVATION_STATE_UNSPECIFIED = 0;

ACTIVATION_STATE_UNSPECIFIED_VALUE

The Status of the activation is unspecified

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