public sealed class RenameVolumeRequest : IMessage<RenameVolumeRequest>, IEquatable<RenameVolumeRequest>, IDeepCloneable<RenameVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class RenameVolumeRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `RenameVolumeRequest` class within the Google.Cloud.BareMetalSolution.V2 API, with the latest version at 1.7.0 and older versions ranging down to 1.0.0."],["The `RenameVolumeRequest` class is used to request the renaming of a volume and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that accepts another `RenameVolumeRequest` object as a parameter."],["The class includes three properties: `Name` to identify the volume, `NewVolumeId` to set the new volume ID, and `VolumeName` for a typed view of the resource name property."],["The `RenameVolumeRequest` is used to handle the request for renaming a volume, specifically in the Bare Metal Solution v2 API."]]],[]]