Enum Unit.ManagementMode (0.2.0)

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

ManagementMode describes who is responsible for the management of the unit.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
MANAGEMENT_MODE_SYSTEM

The system will decide when to deprovision and delete the unit. User still can deprovision or delete the unit manually.

MANAGEMENT_MODE_SYSTEM = 2;

MANAGEMENT_MODE_SYSTEM_VALUE

The system will decide when to deprovision and delete the unit. User still can deprovision or delete the unit manually.

MANAGEMENT_MODE_SYSTEM = 2;

MANAGEMENT_MODE_UNSPECIFIED

MANAGEMENT_MODE_UNSPECIFIED = 0;

MANAGEMENT_MODE_UNSPECIFIED_VALUE

MANAGEMENT_MODE_UNSPECIFIED = 0;

MANAGEMENT_MODE_USER

Unit's lifecycle is managed by the user.

MANAGEMENT_MODE_USER = 1;

MANAGEMENT_MODE_USER_VALUE

Unit's lifecycle is managed by the user.

MANAGEMENT_MODE_USER = 1;

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