Show / Hide Table of Contents

Class ListUsableSubnetworksResponse

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

Inheritance
object
ListUsableSubnetworksResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ListUsableSubnetworksResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

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.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Subnetworks

A list of usable subnetworks in the specified network project.

Declaration
[JsonProperty("subnetworks")]
public virtual IList<UsableSubnetwork> Subnetworks { get; set; }
Property Value
Type Description
IList<UsableSubnetwork>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX