Class ProjectsResource.AggregatedResource.UsableSubnetworksResource
The "usableSubnetworks" collection of methods.
Inherited Members
Namespace: Google.Apis.Container.v1
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ProjectsResource.AggregatedResource.UsableSubnetworksResource
Constructors
UsableSubnetworksResource(IClientService)
Constructs a new resource.
Declaration
public UsableSubnetworksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string)
Lists subnetworks that are usable for creating clusters in a project.
Declaration
public virtual ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | The parent project where subnetworks are usable. Specified in the format |
Returns
Type | Description |
---|---|
ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest |