Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.NodeTypesResource

The "nodeTypes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.NodeTypesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMwareEngine.v1
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.NodeTypesResource

Constructors

NodeTypesResource(IClientService)

Constructs a new resource.

Declaration
public NodeTypesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets details of a single NodeType.

Declaration
public virtual ProjectsResource.LocationsResource.NodeTypesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the node type to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-proj/locations/us-central1-a/nodeTypes/standard-72

Returns
Type Description
ProjectsResource.LocationsResource.NodeTypesResource.GetRequest

List(string)

Lists node types

Declaration
public virtual ProjectsResource.LocationsResource.NodeTypesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the location to be queried for node types. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a

Returns
Type Description
ProjectsResource.LocationsResource.NodeTypesResource.ListRequest
In this article
Back to top Generated by DocFX