Class: Google::Cloud::Datastream::V1::ConnectionProfile
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ConnectionProfile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
A set of reusable connection configurations to be used as a source or destination for a stream.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#bigquery_profile ⇒ ::Google::Cloud::Datastream::V1::BigQueryProfile
BigQuery Connection Profile configuration.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#forward_ssh_connectivity ⇒ ::Google::Cloud::Datastream::V1::ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity.
-
#gcs_profile ⇒ ::Google::Cloud::Datastream::V1::GcsProfile
Cloud Storage ConnectionProfile configuration.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels.
-
#mongodb_profile ⇒ ::Google::Cloud::Datastream::V1::MongodbProfile
MongoDB Connection Profile configuration.
-
#mysql_profile ⇒ ::Google::Cloud::Datastream::V1::MysqlProfile
MySQL ConnectionProfile configuration.
-
#name ⇒ ::String
readonly
Output only.
-
#oracle_profile ⇒ ::Google::Cloud::Datastream::V1::OracleProfile
Oracle ConnectionProfile configuration.
-
#postgresql_profile ⇒ ::Google::Cloud::Datastream::V1::PostgresqlProfile
PostgreSQL Connection Profile configuration.
-
#private_connectivity ⇒ ::Google::Cloud::Datastream::V1::PrivateConnectivity
Private connectivity.
-
#salesforce_profile ⇒ ::Google::Cloud::Datastream::V1::SalesforceProfile
Salesforce Connection Profile configuration.
-
#satisfies_pzi ⇒ ::Boolean
readonly
Output only.
-
#satisfies_pzs ⇒ ::Boolean
readonly
Output only.
-
#sql_server_profile ⇒ ::Google::Cloud::Datastream::V1::SqlServerProfile
SQLServer Connection Profile configuration.
-
#static_service_ip_connectivity ⇒ ::Google::Cloud::Datastream::V1::StaticServiceIpConnectivity
Static Service IP connectivity.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#bigquery_profile ⇒ ::Google::Cloud::Datastream::V1::BigQueryProfile
Returns BigQuery Connection Profile configuration.
Note: The following fields are mutually exclusive: bigquery_profile, oracle_profile, gcs_profile, mysql_profile, postgresql_profile, sql_server_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create time of the resource.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Required. Display name.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#forward_ssh_connectivity ⇒ ::Google::Cloud::Datastream::V1::ForwardSshTunnelConnectivity
Returns Forward SSH tunnel connectivity.
Note: The following fields are mutually exclusive: forward_ssh_connectivity, static_service_ip_connectivity, private_connectivity. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gcs_profile ⇒ ::Google::Cloud::Datastream::V1::GcsProfile
Returns Cloud Storage ConnectionProfile configuration.
Note: The following fields are mutually exclusive: gcs_profile, oracle_profile, mysql_profile, bigquery_profile, postgresql_profile, sql_server_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#mongodb_profile ⇒ ::Google::Cloud::Datastream::V1::MongodbProfile
Returns MongoDB Connection Profile configuration.
Note: The following fields are mutually exclusive: mongodb_profile, oracle_profile, gcs_profile, mysql_profile, bigquery_profile, postgresql_profile, sql_server_profile, salesforce_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#mysql_profile ⇒ ::Google::Cloud::Datastream::V1::MysqlProfile
Returns MySQL ConnectionProfile configuration.
Note: The following fields are mutually exclusive: mysql_profile, oracle_profile, gcs_profile, bigquery_profile, postgresql_profile, sql_server_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. The resource's name.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#oracle_profile ⇒ ::Google::Cloud::Datastream::V1::OracleProfile
Returns Oracle ConnectionProfile configuration.
Note: The following fields are mutually exclusive: oracle_profile, gcs_profile, mysql_profile, bigquery_profile, postgresql_profile, sql_server_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#postgresql_profile ⇒ ::Google::Cloud::Datastream::V1::PostgresqlProfile
Returns PostgreSQL Connection Profile configuration.
Note: The following fields are mutually exclusive: postgresql_profile, oracle_profile, gcs_profile, mysql_profile, bigquery_profile, sql_server_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#private_connectivity ⇒ ::Google::Cloud::Datastream::V1::PrivateConnectivity
Returns Private connectivity.
Note: The following fields are mutually exclusive: private_connectivity, static_service_ip_connectivity, forward_ssh_connectivity. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#salesforce_profile ⇒ ::Google::Cloud::Datastream::V1::SalesforceProfile
Returns Salesforce Connection Profile configuration.
Note: The following fields are mutually exclusive: salesforce_profile, oracle_profile, gcs_profile, mysql_profile, bigquery_profile, postgresql_profile, sql_server_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#satisfies_pzi ⇒ ::Boolean (readonly)
Returns Output only. Reserved for future use.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#satisfies_pzs ⇒ ::Boolean (readonly)
Returns Output only. Reserved for future use.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#sql_server_profile ⇒ ::Google::Cloud::Datastream::V1::SqlServerProfile
Returns SQLServer Connection Profile configuration.
Note: The following fields are mutually exclusive: sql_server_profile, oracle_profile, gcs_profile, mysql_profile, bigquery_profile, postgresql_profile, salesforce_profile, mongodb_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#static_service_ip_connectivity ⇒ ::Google::Cloud::Datastream::V1::StaticServiceIpConnectivity
Returns Static Service IP connectivity.
Note: The following fields are mutually exclusive: static_service_ip_connectivity, forward_ssh_connectivity, private_connectivity. If a field in that set is populated, all other fields in the set will automatically be cleared.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The update time of the resource.
756 757 758 759 760 761 762 763 764 765 766 767 768 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 756 class ConnectionProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |