public sealed class GetNodeTypeRequest : IMessage<GetNodeTypeRequest>, IEquatable<GetNodeTypeRequest>, IDeepCloneable<GetNodeTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetNodeTypeRequest.
A request message for NodeTypes.Get. See the method description for details.
Implements
IMessageGetNodeTypeRequest, IEquatableGetNodeTypeRequest, IDeepCloneableGetNodeTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNodeTypeRequest()
public GetNodeTypeRequest()GetNodeTypeRequest(GetNodeTypeRequest)
public GetNodeTypeRequest(GetNodeTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetNodeTypeRequest |
Properties
NodeType
public string NodeType { get; set; }Name of the node type to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|