Compute Engine v1 API - Class GetNodeTypeRequest (2.13.0)

public sealed class GetNodeTypeRequest : IMessage<GetNodeTypeRequest>, IEquatable<GetNodeTypeRequest>, IDeepCloneable<GetNodeTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetNodeTypeRequest.

A request message for NodeTypes.Get. See the method description for details.

Inheritance

object > GetNodeTypeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNodeTypeRequest()

public GetNodeTypeRequest()

GetNodeTypeRequest(GetNodeTypeRequest)

public GetNodeTypeRequest(GetNodeTypeRequest other)
Parameter
NameDescription
otherGetNodeTypeRequest

Properties

NodeType

public string NodeType { get; set; }

Name of the node type to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
string