public enum SslConfig.SslType extends Enum<SslConfig.SslType> implements ProtocolMessageEnum
Specifies The kind of ssl configuration used.
Protobuf enum google.events.cloud.clouddms.v1.SslConfig.SslType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SERVER_CLIENT |
Both server ('ca_certificate'), and client ('client_key', 'client_certificate') specified. |
SERVER_CLIENT_VALUE |
Both server ('ca_certificate'), and client ('client_key', 'client_certificate') specified. |
SERVER_ONLY |
Only 'ca_certificate' specified. |
SERVER_ONLY_VALUE |
Only 'ca_certificate' specified. |
SSL_TYPE_UNSPECIFIED |
Unspecified. |
SSL_TYPE_UNSPECIFIED_VALUE |
Unspecified. |
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() |