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-03-21 UTC."],[[["This documentation covers the `RenameVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.2.0."],["The `RenameVolumeRequest` class is used to send a request to rename a volume in the Bare Metal Solution environment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the Google Cloud .NET libraries and providing methods for message manipulation."],["Key properties of `RenameVolumeRequest` include `Name` for identifying the volume, `NewVolumeId` for specifying the new volume ID, and `VolumeName`, which provides a typed view over the `Name` resource."],["There are different versions of the documentation available for the `RenameVolumeRequest` class, ranging from version 1.0.0 up to the latest version 1.7.0, offering different implementations and functionalities."]]],[]]