Class: Google::Cloud::CloudDMS::V1::CloudSqlConnectionProfile
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::CloudSqlConnectionProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Instance Attribute Summary collapse
-
#additional_public_ip ⇒ ::String
readonly
Output only.
-
#cloud_sql_id ⇒ ::String
readonly
Output only.
-
#private_ip ⇒ ::String
readonly
Output only.
-
#public_ip ⇒ ::String
readonly
Output only.
-
#settings ⇒ ::Google::Cloud::CloudDMS::V1::CloudSqlSettings
Immutable.
Instance Attribute Details
#additional_public_ip ⇒ ::String (readonly)
Returns Output only. The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
204 205 206 207 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 204 class CloudSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_sql_id ⇒ ::String (readonly)
Returns Output only. The Cloud SQL instance ID that this connection profile is associated with.
204 205 206 207 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 204 class CloudSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_ip ⇒ ::String (readonly)
Returns Output only. The Cloud SQL database instance's private IP.
204 205 206 207 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 204 class CloudSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_ip ⇒ ::String (readonly)
Returns Output only. The Cloud SQL database instance's public IP.
204 205 206 207 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 204 class CloudSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#settings ⇒ ::Google::Cloud::CloudDMS::V1::CloudSqlSettings
Returns Immutable. Metadata used to create the destination Cloud SQL database.
204 205 206 207 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 204 class CloudSqlConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |