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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

Instance Attribute Summary collapse

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.

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.



4136
4137
4138
4139
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4136

class ListUsableSubnetworksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subnetworks::Array<::Google::Cloud::Container::V1beta1::UsableSubnetwork>

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

Returns:



4136
4137
4138
4139
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4136

class ListUsableSubnetworksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end