class Google::Apis::ContainerV1beta1::ListUsableSubnetworksResponse
ListUsableSubnetworksResponse
is the response of ListUsableSubnetworksRequest.
Attributes
next_page_token[RW]
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. Corresponds to the JSON property `nextPageToken` @return [String]
subnetworks[RW]
A list of usable subnetworks in the specified network project. Corresponds to the JSON property `subnetworks` @return [Array<Google::Apis::ContainerV1beta1::UsableSubnetwork>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2489 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/container_v1beta1/classes.rb, line 2494 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @subnetworks = args[:subnetworks] if args.key?(:subnetworks) end