Show / Hide Table of Contents

Class ProjectsResource.AggregatedResource.UsableSubnetworksResource

The "usableSubnetworks" collection of methods.

Inheritance
object
ProjectsResource.AggregatedResource.UsableSubnetworksResource
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
Assembly: Google.Apis.Container.v1beta1.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 can be used for creating clusters in a project.

Declaration
public virtual ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent project where subnetworks are usable. Specified in the format projects/*.

Returns
Type Description
ProjectsResource.AggregatedResource.UsableSubnetworksResource.ListRequest
In this article
Back to top Generated by DocFX