public enum OnPremisesConfiguration.SslOption extends Enum<OnPremisesConfiguration.SslOption> implements ProtocolMessageEnumSslOption defines the SSL mode to be used for replica connection to the on-premises source.
Protobuf enum google.cloud.sql.v1.OnPremisesConfiguration.SslOption
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DISABLE |
SSL is not used for replica connection to the on-premises source. |
DISABLE_VALUE |
SSL is not used for replica connection to the on-premises source. |
REQUIRE |
SSL is required for replica connection to the on-premises source. |
REQUIRE_VALUE |
SSL is required for replica connection to the on-premises source. |
SSL_OPTION_UNSPECIFIED |
Unknown SSL option i.e. SSL option not specified by user. |
SSL_OPTION_UNSPECIFIED_VALUE |
Unknown SSL option i.e. SSL option not specified by user. |
UNRECOGNIZED |
|
VERIFY_CA |
Verify CA is required for replica connection to the on-premises source. |
VERIFY_CA_VALUE |
Verify CA is required for replica connection to the on-premises source. |
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() |
|