Class ProjectsResource.LocationsResource.InstancesResource.DetachLunRequest
Detach LUN from Instance.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.DetachLunRequest
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.DetachLunRequest : BaremetalsolutionBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DetachLunRequest(IClientService, DetachLunRequest, string)
Constructs a new DetachLun request.
Declaration
public DetachLunRequest(IClientService service, DetachLunRequest body, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DetachLunRequest | body | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
Required. Name of the instance.
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes DetachLun parameter list.
Declaration
protected override void InitParameters()