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_tokento retrieve the next page. -
#subnets ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Subnet>
A list of subnets.
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.
680 681 682 683 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 680 class ListSubnetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnets ⇒ ::Array<::Google::Cloud::VmwareEngine::V1::Subnet>
Returns A list of subnets.
680 681 682 683 |
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 680 class ListSubnetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |