Class InstanceGroupManagersResource.ApplyUpdatesToInstancesRequest
Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.
Inheritance
InstanceGroupManagersResource.ApplyUpdatesToInstancesRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagersResource.ApplyUpdatesToInstancesRequest : ComputeBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ApplyUpdatesToInstancesRequest(IClientService, InstanceGroupManagersApplyUpdatesRequest, string, string, string)
Constructs a new ApplyUpdatesToInstances request.
Declaration
public ApplyUpdatesToInstancesRequest(IClientService service, InstanceGroupManagersApplyUpdatesRequest body, string project, string zone, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
InstanceGroupManagersApplyUpdatesRequest | body | |
string | project | |
string | zone | |
string | instanceGroupManager |
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, should conform to RFC1035.
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 |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Zone
The name of the zone where the managed instance group is located. Should conform to RFC1035.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ApplyUpdatesToInstances parameter list.
Declaration
protected override void InitParameters()