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
ProtocolMessageEnumStatic 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_VALUE |
The system will decide when to deprovision and delete the unit. User still can deprovision or delete the unit manually. |
MANAGEMENT_MODE_UNSPECIFIED |
|
MANAGEMENT_MODE_UNSPECIFIED_VALUE |
|
MANAGEMENT_MODE_USER |
Unit's lifecycle is managed by the user. |
MANAGEMENT_MODE_USER_VALUE |
Unit's lifecycle is managed by the user. |
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() |