Class: Google::Cloud::CloudDMS::V1::SslConfig
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SslConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
SSL configuration information.
Defined Under Namespace
Modules: SslType
Instance Attribute Summary collapse
-
#ca_certificate ⇒ ::String
Required.
-
#client_certificate ⇒ ::String
Input only.
-
#client_key ⇒ ::String
Input only.
-
#type ⇒ ::Google::Cloud::CloudDMS::V1::SslConfig::SslType
readonly
Output only.
Instance Attribute Details
#ca_certificate ⇒ ::String
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 44 class SslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies The kind of ssl configuration used. module SslType # Unspecified. SSL_TYPE_UNSPECIFIED = 0 # Only 'ca_certificate' specified. SERVER_ONLY = 1 # Both server ('ca_certificate'), and client ('client_key', # 'client_certificate') specified. SERVER_CLIENT = 2 end end |
#client_certificate ⇒ ::String
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 44 class SslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies The kind of ssl configuration used. module SslType # Unspecified. SSL_TYPE_UNSPECIFIED = 0 # Only 'ca_certificate' specified. SERVER_ONLY = 1 # Both server ('ca_certificate'), and client ('client_key', # 'client_certificate') specified. SERVER_CLIENT = 2 end end |
#client_key ⇒ ::String
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 44 class SslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies The kind of ssl configuration used. module SslType # Unspecified. SSL_TYPE_UNSPECIFIED = 0 # Only 'ca_certificate' specified. SERVER_ONLY = 1 # Both server ('ca_certificate'), and client ('client_key', # 'client_certificate') specified. SERVER_CLIENT = 2 end end |
#type ⇒ ::Google::Cloud::CloudDMS::V1::SslConfig::SslType (readonly)
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 44 class SslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies The kind of ssl configuration used. module SslType # Unspecified. SSL_TYPE_UNSPECIFIED = 0 # Only 'ca_certificate' specified. SERVER_ONLY = 1 # Both server ('ca_certificate'), and client ('client_key', # 'client_certificate') specified. SERVER_CLIENT = 2 end end |