Class ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest
Lists subnetworks that are usable for creating clusters in a project.
Inheritance
Inherited Members
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest : ContainerBaseServiceRequest<ListUsableSubnetworksResponse>, IClientServiceRequest<ListUsableSubnetworksResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
Filter
Filtering currently only supports equality on the networkProjectId and must be in the form:
"networkProjectId=[PROJECTID]", where networkProjectId
is the project which owns the listed
subnetworks. This defaults to the parent project ID.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The max number of results per page that should be returned. If the number of available results
is larger than page_size
, a next_page_token
is returned which can be used to get the next
page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default:
500)
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The parent project where subnetworks are usable. Specified in the format projects/*
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()