public sealed class ListUsableSubnetworksResponse : IPageResponse<UsableSubnetwork>, IEnumerable<UsableSubnetwork>, IEnumerable, IMessage<ListUsableSubnetworksResponse>, IEquatable<ListUsableSubnetworksResponse>, IDeepCloneable<ListUsableSubnetworksResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ListUsableSubnetworksResponse.
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Implements
IPageResponseUsableSubnetwork, IEnumerableUsableSubnetwork, IEnumerable, IMessageListUsableSubnetworksResponse, IEquatableListUsableSubnetworksResponse, IDeepCloneableListUsableSubnetworksResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ListUsableSubnetworksResponse()
public ListUsableSubnetworksResponse()
ListUsableSubnetworksResponse(ListUsableSubnetworksResponse)
public ListUsableSubnetworksResponse(ListUsableSubnetworksResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUsableSubnetworksResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Subnetworks
public RepeatedField<UsableSubnetwork> Subnetworks { get; }
A list of usable subnetworks in the specified network project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUsableSubnetwork |
Methods
GetEnumerator()
public IEnumerator<UsableSubnetwork> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUsableSubnetwork |