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, version 1.2.0."],["The `ResizeVolumeRequest` class is used to request an emergency resize of a volume and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It contains two constructors: a default constructor and one that accepts another `ResizeVolumeRequest` instance as a parameter."],["The class exposes three properties: `SizeGib` for setting the new volume size in GiB, `Volume` for the volume's resource name, and `VolumeAsVolumeName` which provides a `VolumeName`-typed view of the volume resource name."],["The `ResizeVolumeRequest` is a part of the Bare Metal Solution v2 API for Google Cloud, with version 1.7.0 being the most recent version."]]],[]]