Class: Google::Cloud::Connectors::V1::Destination
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::Destination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/destination_config.rb
Instance Attribute Summary collapse
-
#host ⇒ ::String
For publicly routable host.
-
#port ⇒ ::Integer
The port is the target port number that is accepted by the destination.
-
#service_attachment ⇒ ::String
PSC service attachments.
Instance Attribute Details
#host ⇒ ::String
Returns For publicly routable host.
46 47 48 49 |
# File 'proto_docs/google/cloud/connectors/v1/destination_config.rb', line 46 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#port ⇒ ::Integer
Returns The port is the target port number that is accepted by the destination.
46 47 48 49 |
# File 'proto_docs/google/cloud/connectors/v1/destination_config.rb', line 46 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String
Returns PSC service attachments. Format: projects//regions//serviceAttachments/*.
46 47 48 49 |
# File 'proto_docs/google/cloud/connectors/v1/destination_config.rb', line 46 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |