Class: Google::Container::V1beta1::ListUsableSubnetworksResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_tokenString

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.

Returns:

  • (String)

    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

#subnetworksArray<Google::Container::V1beta1::UsableSubnetwork>

Returns A list of usable subnetworks in the specified network project.

Returns:



2400
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2400

class ListUsableSubnetworksResponse; end