Compute Engine v1 API - Class GetNodeGroupRequest (2.15.0)

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.

Inheritance

object > GetNodeGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetNodeGroupRequest()

public GetNodeGroupRequest()

GetNodeGroupRequest(GetNodeGroupRequest)

public GetNodeGroupRequest(GetNodeGroupRequest other)
Parameter
NameDescription
otherGetNodeGroupRequest

Properties

NodeGroup

public string NodeGroup { get; set; }

Name of the node group 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