public enum Settings.ConnectorEnforcement extends Enum<Settings.ConnectorEnforcement> implements ProtocolMessageEnumThe options for enforcing Cloud SQL connectors in the instance.
Protobuf enum google.cloud.sql.v1beta4.Settings.ConnectorEnforcement
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONNECTOR_ENFORCEMENT_UNSPECIFIED |
The requirement for Cloud SQL connectors is unknown. |
CONNECTOR_ENFORCEMENT_UNSPECIFIED_VALUE |
The requirement for Cloud SQL connectors is unknown. |
NOT_REQUIRED |
Do not require Cloud SQL connectors. |
NOT_REQUIRED_VALUE |
Do not require Cloud SQL connectors. |
REQUIRED |
Require all connections to use Cloud SQL connectors, including the Cloud SQL Auth Proxy and Cloud SQL Java, Python, and Go connectors. Note: This disables all existing authorized networks. |
REQUIRED_VALUE |
Require all connections to use Cloud SQL connectors, including the Cloud SQL Auth Proxy and Cloud SQL Java, Python, and Go connectors. Note: This disables all existing authorized networks. |
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() |
|