Class: Google::Cloud::Compute::V1::SubnetworksScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SubnetworksScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#subnetworks ⇒ ::Array<::Google::Cloud::Compute::V1::Subnetwork>
A list of subnetworks contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
An informational warning that appears when the list of addresses is empty.
Instance Attribute Details
#subnetworks ⇒ ::Array<::Google::Cloud::Compute::V1::Subnetwork>
Returns A list of subnetworks contained in this scope.
32989 32990 32991 32992 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32989 class SubnetworksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns An informational warning that appears when the list of addresses is empty.
32989 32990 32991 32992 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32989 class SubnetworksScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |