Enum SslConfig.CaSource (0.25.0)

public enum SslConfig.CaSource extends Enum<SslConfig.CaSource> implements ProtocolMessageEnum

Certificate Authority (CA) source for SSL/TLS certificates.

Protobuf enum google.cloud.alloydb.v1alpha.SslConfig.CaSource

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CA_SOURCE_MANAGED

Certificate Authority (CA) managed by the AlloyDB Cluster.

CA_SOURCE_MANAGED = 1;

CA_SOURCE_MANAGED_VALUE

Certificate Authority (CA) managed by the AlloyDB Cluster.

CA_SOURCE_MANAGED = 1;

CA_SOURCE_UNSPECIFIED

Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.

CA_SOURCE_UNSPECIFIED = 0;

CA_SOURCE_UNSPECIFIED_VALUE

Certificate Authority (CA) source not specified. Defaults to CA_SOURCE_MANAGED.

CA_SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()