public enum IpConfiguration.CaMode extends Enum<IpConfiguration.CaMode> implements ProtocolMessageEnumVarious Certificate Authority (CA) modes for certificate signing.
Protobuf enum google.cloud.sql.v1.IpConfiguration.CaMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CA_MODE_UNSPECIFIED |
CA mode is unspecified. It is effectively the same as
|
CA_MODE_UNSPECIFIED_VALUE |
CA mode is unspecified. It is effectively the same as
|
CUSTOMER_MANAGED_CAS_CA |
Customer-managed CA hosted on Google Cloud's Certificate Authority Service (CAS). |
CUSTOMER_MANAGED_CAS_CA_VALUE |
Customer-managed CA hosted on Google Cloud's Certificate Authority Service (CAS). |
GOOGLE_MANAGED_CAS_CA |
Google-managed regional CA part of root CA hierarchy hosted on Google Cloud's Certificate Authority Service (CAS). |
GOOGLE_MANAGED_CAS_CA_VALUE |
Google-managed regional CA part of root CA hierarchy hosted on Google Cloud's Certificate Authority Service (CAS). |
GOOGLE_MANAGED_INTERNAL_CA |
Google-managed self-signed internal CA. |
GOOGLE_MANAGED_INTERNAL_CA_VALUE |
Google-managed self-signed internal CA. |
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() |
|