Enum Unit.UnitState (0.2.0)

public enum Unit.UnitState extends Enum<Unit.UnitState> implements ProtocolMessageEnum

UnitState annotates what is the current state of the unit itself.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.Unit.UnitState

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNIT_STATE_DEPROVISIONING

Unit is being deleted.

UNIT_STATE_DEPROVISIONING = 4;

UNIT_STATE_DEPROVISIONING_VALUE

Unit is being deleted.

UNIT_STATE_DEPROVISIONING = 4;

UNIT_STATE_ERROR

Unit has error, when it is not ready and some error operation

UNIT_STATE_ERROR = 6;

UNIT_STATE_ERROR_VALUE

Unit has error, when it is not ready and some error operation

UNIT_STATE_ERROR = 6;

UNIT_STATE_NOT_PROVISIONED

Unit is not provisioned.

UNIT_STATE_NOT_PROVISIONED = 1;

UNIT_STATE_NOT_PROVISIONED_VALUE

Unit is not provisioned.

UNIT_STATE_NOT_PROVISIONED = 1;

UNIT_STATE_PROVISIONING

Unit is being provisioned.

UNIT_STATE_PROVISIONING = 2;

UNIT_STATE_PROVISIONING_VALUE

Unit is being provisioned.

UNIT_STATE_PROVISIONING = 2;

UNIT_STATE_READY

Unit has been provisioned and is ready for use

UNIT_STATE_READY = 5;

UNIT_STATE_READY_VALUE

Unit has been provisioned and is ready for use

UNIT_STATE_READY = 5;

UNIT_STATE_UNSPECIFIED

Unspecified state.

UNIT_STATE_UNSPECIFIED = 0;

UNIT_STATE_UNSPECIFIED_VALUE

Unspecified state.

UNIT_STATE_UNSPECIFIED = 0;

UNIT_STATE_UPDATING

Unit is being updated. This is typically when a unit is being upgraded to a new release or some of the input variables on the Unit is being changed. Certain kinds of updates may cause the Unit to become unusable while the update is in progress.

UNIT_STATE_UPDATING = 3;

UNIT_STATE_UPDATING_VALUE

Unit is being updated. This is typically when a unit is being upgraded to a new release or some of the input variables on the Unit is being changed. Certain kinds of updates may cause the Unit to become unusable while the update is in progress.

UNIT_STATE_UPDATING = 3;

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