Enum Unit.SystemManagedState (0.2.0)

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SYSTEM_MANAGED_STATE_ACTIVE

Unit has dependents attached.

SYSTEM_MANAGED_STATE_ACTIVE = 1;

SYSTEM_MANAGED_STATE_ACTIVE_VALUE

Unit has dependents attached.

SYSTEM_MANAGED_STATE_ACTIVE = 1;

SYSTEM_MANAGED_STATE_DECOMMISSIONED

Unit has no dependencies attached, and attachment is not allowed.

SYSTEM_MANAGED_STATE_DECOMMISSIONED = 3;

SYSTEM_MANAGED_STATE_DECOMMISSIONED_VALUE

Unit has no dependencies attached, and attachment is not allowed.

SYSTEM_MANAGED_STATE_DECOMMISSIONED = 3;

SYSTEM_MANAGED_STATE_INACTIVE

Unit has no dependencies attached, but attachment is allowed.

SYSTEM_MANAGED_STATE_INACTIVE = 2;

SYSTEM_MANAGED_STATE_INACTIVE_VALUE

Unit has no dependencies attached, but attachment is allowed.

SYSTEM_MANAGED_STATE_INACTIVE = 2;

SYSTEM_MANAGED_STATE_UNSPECIFIED

SYSTEM_MANAGED_STATE_UNSPECIFIED = 0;

SYSTEM_MANAGED_STATE_UNSPECIFIED_VALUE

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