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.
The list of fields to update.
The only currently supported fields are:
snapshot_auto_delete_behaviorsnapshot_schedule_policy_name
'labels'
'snapshot_enabled'
'snapshot_reservation_detail.reserved_space_percent'
[[["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 `UpdateVolumeRequest` class within the Google Cloud Bare Metal Solution v2 API, used for updating volume configurations."],["The `UpdateVolumeRequest` class, found in the `Google.Cloud.BareMetalSolution.V2` namespace, implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties for `UpdateMask`, which specifies the fields to update such as snapshot behavior and labels, and `Volume`, which contains the volume to be modified, identified by its resource name."],["The latest version of this documentation is 1.7.0, with previous versions ranging back to 1.0.0 being accessible as well, allowing access to the `UpdateVolumeRequest` resource across various releases."]]],[]]