Class ProjectsResource.LocationsResource.VolumesResource.RenameRequest
RenameVolume sets a new name for a volume. Use with caution, previous names become immediately invalidated.
Inheritance
ProjectsResource.LocationsResource.VolumesResource.RenameRequest
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class ProjectsResource.LocationsResource.VolumesResource.RenameRequest : BaremetalsolutionBaseServiceRequest<Volume>, IClientServiceRequest<Volume>, IClientServiceRequest
Constructors
RenameRequest(IClientService, RenameVolumeRequest, string)
Constructs a new Rename request.
Declaration
public RenameRequest(IClientService service, RenameVolumeRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RenameVolumeRequest | body | |
string | name |
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
Name
Required. The name
field is used to identify the volume. Format:
projects/{project}/locations/{location}/volumes/{volume}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 Rename parameter list.
Declaration
protected override void InitParameters()