public sealed class ResizeVolumeRequest : IMessage<ResizeVolumeRequest>, IEquatable<ResizeVolumeRequest>, IDeepCloneable<ResizeVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ResizeVolumeRequest.
[[["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 document provides reference documentation for the `ResizeVolumeRequest` class within the Bare Metal Solution v2 API."],["The `ResizeVolumeRequest` class is used to request an emergency resize of a volume."],["The class has two constructors: a default constructor and one that takes another `ResizeVolumeRequest` object."],["Key properties of the `ResizeVolumeRequest` class include `SizeGib` (the new volume size in GiB), `Volume` (the volume to resize), and `VolumeAsVolumeName` (a `VolumeName`-typed view over the volume resource name)."],["The documentation covers multiple versions of the API, with the latest version being 1.7.0, and version 1.6.0 being the one referenced in most of this documentation."]]],[]]