public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupRequest.
A request message for InstanceGroups.Get. See the method description for details.
Implements
IMessageGetInstanceGroupRequest, IEquatableGetInstanceGroupRequest, IDeepCloneableGetInstanceGroupRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetInstanceGroupRequest()
public GetInstanceGroupRequest()
GetInstanceGroupRequest(GetInstanceGroupRequest)
public GetInstanceGroupRequest(GetInstanceGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | GetInstanceGroupRequest |
Properties
InstanceGroup
public string InstanceGroup { get; set; }
The name of the instance group.
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 where the instance group is located.
Property Value | |
---|---|
Type | Description |
string |