Class ListUsableSubnetworksResponse (2.12.0)

ListUsableSubnetworksResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

Attributes

NameDescription
subnetworks Sequence[google.cloud.container_v1.types.UsableSubnetwork]
A list of usable subnetworks in the specified network project.
next_page_token str
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.

Inheritance

builtins.object > proto.message.Message > ListUsableSubnetworksResponse