Compute Engine v1 API - Class GetInstanceGroupManagerResizeRequestRequest (2.16.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupManagerResizeRequestRequest.

A request message for InstanceGroupManagerResizeRequests.Get. See the method description for details.

Inheritance

object > GetInstanceGroupManagerResizeRequestRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetInstanceGroupManagerResizeRequestRequest()

public GetInstanceGroupManagerResizeRequestRequest()

GetInstanceGroupManagerResizeRequestRequest(GetInstanceGroupManagerResizeRequestRequest)

public GetInstanceGroupManagerResizeRequestRequest(GetInstanceGroupManagerResizeRequestRequest other)
Parameter
Name Description
other GetInstanceGroupManagerResizeRequestRequest

Properties

InstanceGroupManager

public string InstanceGroupManager { get; set; }

The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

ResizeRequest

public string ResizeRequest { get; set; }

The name of the resize request. Name should conform to RFC1035 or be a resource ID.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.

Property Value
Type Description
string