Class InstanceGroupManagerResizeRequestsResource.GetRequest
Returns all of the details about the specified resize request.
Inheritance
InstanceGroupManagerResizeRequestsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerResizeRequestsResource.GetRequest : ComputeBaseServiceRequest<InstanceGroupManagerResizeRequest>, IClientServiceRequest<InstanceGroupManagerResizeRequest>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string project, string zone, string instanceGroupManager, string resizeRequest)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project | |
string | zone | |
string | instanceGroupManager | |
string | resizeRequest |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InstanceGroupManager
The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
Declaration
[RequestParameter("instanceGroupManager", RequestParameterType.Path)]
public virtual string InstanceGroupManager { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
ResizeRequest
The name of the resize request. Name should conform to RFC1035 or be a resource ID.
Declaration
[RequestParameter("resizeRequest", RequestParameterType.Path)]
public virtual string ResizeRequest { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Zone
Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()