Class: Google::Cloud::Datastream::V1::MysqlSslConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MysqlSslConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MySQL SSL configuration information.
Instance Attribute Summary collapse
-
#ca_certificate ⇒ ::String
Input only.
-
#ca_certificate_set ⇒ ::Boolean
readonly
Output only.
-
#client_certificate ⇒ ::String
Input only.
-
#client_certificate_set ⇒ ::Boolean
readonly
Output only.
-
#client_key ⇒ ::String
Input only.
-
#client_key_set ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#ca_certificate ⇒ ::String
Returns Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ca_certificate_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether the ca_certificate field is set.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_certificate ⇒ ::String
Returns Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_certificate_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether the client_certificate field is set.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_key ⇒ ::String
Returns Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_key_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether the client_key field is set.
293 294 295 296 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 293 class MysqlSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |