public enum CloudSqlSettings.SqlActivationPolicy extends Enum<CloudSqlSettings.SqlActivationPolicy> implements ProtocolMessageEnum
Specifies when the instance should be activated.
Protobuf enum google.events.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALWAYS |
The instance is always up and running. |
ALWAYS_VALUE |
The instance is always up and running. |
NEVER |
The instance should never spin up. |
NEVER_VALUE |
The instance should never spin up. |
SQL_ACTIVATION_POLICY_UNSPECIFIED |
unspecified policy. |
SQL_ACTIVATION_POLICY_UNSPECIFIED_VALUE |
unspecified policy. |
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() |