Class: Google::Cloud::Datastream::V1::MysqlSslConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ca_certificate::String

Returns Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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