public sealed class GetNodeGroupRequest : IMessage<GetNodeGroupRequest>, IEquatable<GetNodeGroupRequest>, IDeepCloneable<GetNodeGroupRequest>, IBufferMessage, IMessage
Reference 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
IMessage<GetNodeGroupRequest>, IEquatable<GetNodeGroupRequest>, IDeepCloneable<GetNodeGroupRequest>, 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 |