Class: Google::Cloud::Datastream::V1::Route
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::Route
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
The route resource is the child of the private connection resource, used for defining a route for a private connection.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#destination_address ⇒ ::String
Required.
-
#destination_port ⇒ ::Integer
Destination port for connection.
-
#display_name ⇒ ::String
Required.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The create time of the resource.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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 |
#destination_address ⇒ ::String
Returns Required. Destination address for connection.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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 |
#destination_port ⇒ ::Integer
Returns Destination port for connection.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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.
329 330 331 332 333 334 335 336 337 338 339 340 341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 329 class Route 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 |