Class: Google::Cloud::VmwareEngine::V1::ListSubnetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VmwareEngine::V1::ListSubnetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb
Overview
Response message for VmwareEngine.ListSubnets
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#subnets ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Subnet>
A list of subnets.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached when making an aggregated query using wildcards.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
735 736 737 738 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 735 class ListSubnetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnets ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Subnet>
Returns A list of subnets.
735 736 737 738 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 735 class ListSubnetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached when making an aggregated query using wildcards.
735 736 737 738 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 735 class ListSubnetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |