Enum IpConfiguration.CaMode (0.1.0)

public enum IpConfiguration.CaMode extends Enum<IpConfiguration.CaMode> implements ProtocolMessageEnum

Various Certificate Authority (CA) modes for certificate signing.

Protobuf enum google.cloud.sql.v1.IpConfiguration.CaMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
CA_MODE_UNSPECIFIED

CA mode is unspecified. It is effectively the same as GOOGLE_MANAGED_INTERNAL_CA.

CA_MODE_UNSPECIFIED = 0;

CA_MODE_UNSPECIFIED_VALUE

CA mode is unspecified. It is effectively the same as GOOGLE_MANAGED_INTERNAL_CA.

CA_MODE_UNSPECIFIED = 0;

CUSTOMER_MANAGED_CAS_CA

Customer-managed CA hosted on Google Cloud's Certificate Authority Service (CAS).

CUSTOMER_MANAGED_CAS_CA = 3;

CUSTOMER_MANAGED_CAS_CA_VALUE

Customer-managed CA hosted on Google Cloud's Certificate Authority Service (CAS).

CUSTOMER_MANAGED_CAS_CA = 3;

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 = 2;

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_CAS_CA = 2;

GOOGLE_MANAGED_INTERNAL_CA

Google-managed self-signed internal CA.

GOOGLE_MANAGED_INTERNAL_CA = 1;

GOOGLE_MANAGED_INTERNAL_CA_VALUE

Google-managed self-signed internal CA.

GOOGLE_MANAGED_INTERNAL_CA = 1;

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()