public sealed class GetNodeTypeRequest : IMessage<GetNodeTypeRequest>, IEquatable<GetNodeTypeRequest>, IDeepCloneable<GetNodeTypeRequest>, IBufferMessage, IMessage
A request message for NodeTypes.Get. See the method description for details.
Implements
IMessage<GetNodeTypeRequest>, IEquatable<GetNodeTypeRequest>, IDeepCloneable<GetNodeTypeRequest>, 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 |