Class ProjectsResource.LocationsResource.VolumesResource.ResizeRequest
Emergency Volume resize.
Inheritance
ProjectsResource.LocationsResource.VolumesResource.ResizeRequest
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.VolumesResource.ResizeRequest : BaremetalsolutionBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ResizeRequest(IClientService, ResizeVolumeRequest, string)
Constructs a new Resize request.
Declaration
public ResizeRequest(IClientService service, ResizeVolumeRequest body, string volume)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResizeVolumeRequest | body | |
string | volume |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Volume
Required. Volume to resize.
Declaration
[RequestParameter("volume", RequestParameterType.Path)]
public virtual string Volume { 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 Resize parameter list.
Declaration
protected override void InitParameters()