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
IPageResponse<UsableSubnetwork>, IEnumerable<UsableSubnetwork>, IEnumerable, IMessage<ListUsableSubnetworksResponse>, IEquatable<ListUsableSubnetworksResponse>, IDeepCloneable<ListUsableSubnetworksResponse>, 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 |
RepeatedField<UsableSubnetwork> |
Methods
GetEnumerator()
public IEnumerator<UsableSubnetwork> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<UsableSubnetwork> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |