Class: Google::Cloud::Datastream::V1alpha1::Route
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::Route
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
The Route resource is the child of the PrivateConnection resource. It used to define a route for a PrivateConnection setup.
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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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.
222 223 224 225 226 227 228 229 230 231 232 233 234 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 222 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 |