public sealed class UpdateVolumeRequest : IMessage<UpdateVolumeRequest>, IEquatable<UpdateVolumeRequest>, IDeepCloneable<UpdateVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateVolumeRequest.
[[["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."],[[["The `UpdateVolumeRequest` class is used for updating a volume in the Bare Metal Solution v2 API, with the latest version being 1.7.0."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing for message-based operations, equality checks, deep cloning, and buffer operations."],["The class includes two constructors: a default one and one that accepts another `UpdateVolumeRequest` object for cloning purposes."],["The `UpdateMask` property specifies which fields should be updated, currently only supporting the 'labels' field."],["The `Volume` property, which is required, contains the details of the volume to be updated, identified by its `name` field, with a specific format."]]],[]]