Class ListUsableSubnetworksResponse
ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.
Implements
Inherited Members
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> |