Class: Google::Container::V1::ListUsableSubnetworksResponse
- Inherits:
-
Object
- Object
- Google::Container::V1::ListUsableSubnetworksResponse
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
This token allows you to get the next page of results for list requests.
-
#subnetworks ⇒ Array<Google::Container::V1::UsableSubnetwork>
A list of usable subnetworks in the specified network project.
Instance Attribute Details
#next_page_token ⇒ String
2261 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2261 class ListUsableSubnetworksResponse; end |
#subnetworks ⇒ Array<Google::Container::V1::UsableSubnetwork>
2261 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2261 class ListUsableSubnetworksResponse; end |