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 information for the `ResizeVolumeRequest` class within the Google.Cloud.BareMetalSolution.V2 API, detailing its structure and usage."],["The `ResizeVolumeRequest` class facilitates emergency resizing of volumes in the Bare Metal Solution, acting as a request container for this operation."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides methods and properties for managing volume resizing."],["Key properties within the `ResizeVolumeRequest` class include `SizeGib` for setting the new volume size in GiB, and `Volume` for identifying the target volume to resize, also includes a `VolumeAsVolumeName` property that serves as a type view over `Volume`."],["The document also lists all prior versions of the API class, with the latest version being 1.7.0 and the current version being 1.1.0."]]],[]]