Class: Google::Cloud::Compute::V1::RoutersScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RoutersScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#routers ⇒ ::Array<::Google::Cloud::Compute::V1::Router>
A list of routers contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Informational warning which replaces the list of routers when the list is empty.
Instance Attribute Details
#routers ⇒ ::Array<::Google::Cloud::Compute::V1::Router>
Returns A list of routers contained in this scope.
27937 27938 27939 27940 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27937 class RoutersScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns Informational warning which replaces the list of routers when the list is empty.
27937 27938 27939 27940 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27937 class RoutersScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |