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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 255 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 |