Class InstanceGroupManagersResource.DeletePerInstanceConfigsRequest
Deletes selected per-instance configurations for the managed instance group.
Inheritance
InstanceGroupManagersResource.DeletePerInstanceConfigsRequest
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceGroupManagersResource.DeletePerInstanceConfigsRequest : ComputeBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeletePerInstanceConfigsRequest(IClientService, InstanceGroupManagersDeletePerInstanceConfigsReq, string, string, string)
Constructs a new DeletePerInstanceConfigs request.
Declaration
public DeletePerInstanceConfigsRequest(IClientService service, InstanceGroupManagersDeletePerInstanceConfigsReq body, string project, string zone, string instanceGroupManager)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
InstanceGroupManagersDeletePerInstanceConfigsReq | 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. It 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. It 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 DeletePerInstanceConfigs parameter list.
Declaration
protected override void InitParameters()