Class: Google::Cloud::Datastream::V1alpha1::ConnectionProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The create time of the resource.

Returns:



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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.

Returns:

  • (::String)

    Required. Display name.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::ForwardSshTunnelConnectivity

Returns Forward SSH tunnel connectivity.

Note: The following fields are mutually exclusive: forward_ssh_connectivity, no_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.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::ForwardSshTunnelConnectivity)

    Forward SSH tunnel connectivity.

    Note: The following fields are mutually exclusive: forward_ssh_connectivity, no_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.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::GcsProfile

Returns Cloud Storage ConnectionProfile configuration.

Note: The following fields are mutually exclusive: gcs_profile, oracle_profile, mysql_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::GcsProfile)

    Cloud Storage ConnectionProfile configuration.

    Note: The following fields are mutually exclusive: gcs_profile, oracle_profile, mysql_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Labels.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::MysqlProfile

Returns MySQL ConnectionProfile configuration.

Note: The following fields are mutually exclusive: mysql_profile, oracle_profile, gcs_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::MysqlProfile)

    MySQL ConnectionProfile configuration.

    Note: The following fields are mutually exclusive: mysql_profile, oracle_profile, gcs_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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. The resource's name.

Returns:

  • (::String)

    Output only. The resource's name.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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

#no_connectivity::Google::Cloud::Datastream::V1alpha1::NoConnectivitySettings

Returns No connectivity option chosen.

Note: The following fields are mutually exclusive: no_connectivity, 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.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::NoConnectivitySettings)

    No connectivity option chosen.

    Note: The following fields are mutually exclusive: no_connectivity, 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.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::OracleProfile

Returns Oracle ConnectionProfile configuration.

Note: The following fields are mutually exclusive: oracle_profile, gcs_profile, mysql_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::OracleProfile)

    Oracle ConnectionProfile configuration.

    Note: The following fields are mutually exclusive: oracle_profile, gcs_profile, mysql_profile. If a field in that set is populated, all other fields in the set will automatically be cleared.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::PrivateConnectivity

Returns Private connectivity.

Note: The following fields are mutually exclusive: private_connectivity, no_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.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::PrivateConnectivity)

    Private connectivity.

    Note: The following fields are mutually exclusive: private_connectivity, no_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.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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::V1alpha1::StaticServiceIpConnectivity

Returns Static Service IP connectivity.

Note: The following fields are mutually exclusive: static_service_ip_connectivity, no_connectivity, forward_ssh_connectivity, private_connectivity. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Datastream::V1alpha1::StaticServiceIpConnectivity)

    Static Service IP connectivity.

    Note: The following fields are mutually exclusive: static_service_ip_connectivity, no_connectivity, forward_ssh_connectivity, private_connectivity. If a field in that set is populated, all other fields in the set will automatically be cleared.



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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.

Returns:



319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 319

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