Class: Google::Container::V1beta1::ListUsableSubnetworksResponse
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::ListUsableSubnetworksResponse
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/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::V1beta1::UsableSubnetwork>
A list of usable subnetworks in the specified network project.
Instance Attribute Details
#next_page_token ⇒ String
Returns This token allows you to get the next page of results for list requests.
If the number of results is larger than page_size, use the
next_page_token as a value for the query parameter page_token in the
next request. The value will become empty when there are no more pages.
2400 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2400 class ListUsableSubnetworksResponse; end |
#subnetworks ⇒ Array<Google::Container::V1beta1::UsableSubnetwork>
Returns A list of usable subnetworks in the specified network project.
2400 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2400 class ListUsableSubnetworksResponse; end |