public sealed class GetNodeGroupRequest : IMessage<GetNodeGroupRequest>, IEquatable<GetNodeGroupRequest>, IDeepCloneable<GetNodeGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetNodeGroupRequest.
A request message for NodeGroups.Get. See the method description for details.
Implements
IMessageGetNodeGroupRequest, IEquatableGetNodeGroupRequest, IDeepCloneableGetNodeGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetNodeGroupRequest()
public GetNodeGroupRequest()GetNodeGroupRequest(GetNodeGroupRequest)
public GetNodeGroupRequest(GetNodeGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetNodeGroupRequest |
Properties
NodeGroup
public string NodeGroup { get; set; }Name of the node group 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 |
|