Class GetNodeGroupRequest (1.2.0)

public sealed class GetNodeGroupRequest : IMessage<GetNodeGroupRequest>, IEquatable<GetNodeGroupRequest>, IDeepCloneable<GetNodeGroupRequest>, IBufferMessage, IMessage

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