Class NodeTypesResource
The "nodeTypes" collection of methods.
Inheritance
object
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.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class NodeTypesResource
Constructors
NodeTypesResource(IClientService)
Constructs a new resource.
Declaration
public NodeTypesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
AggregatedList(string)
Retrieves an aggregated list of node types.
Declaration
public virtual NodeTypesResource.AggregatedListRequest AggregatedList(string project)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
Returns
Type | Description |
---|---|
NodeTypesResource.AggregatedListRequest |
Get(string, string, string)
Returns the specified node type.
Declaration
public virtual NodeTypesResource.GetRequest Get(string project, string zone, string nodeType)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | zone | The name of the zone for this request. |
string | nodeType | Name of the node type to return. |
Returns
Type | Description |
---|---|
NodeTypesResource.GetRequest |
List(string, string)
Retrieves a list of node types available to the specified project.
Declaration
public virtual NodeTypesResource.ListRequest List(string project, string zone)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | zone | The name of the zone for this request. |
Returns
Type | Description |
---|---|
NodeTypesResource.ListRequest |