public sealed class EvictVolumeRequest : IMessage<EvictVolumeRequest>, IEquatable<EvictVolumeRequest>, IDeepCloneable<EvictVolumeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class EvictVolumeRequest.
[[["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 `EvictVolumeRequest` class within the Bare Metal Solution v2 API, specifically for version 1.2.0."],["The `EvictVolumeRequest` class is used to request the skipping of volume cooloff and subsequent deletion, with a set of inheritance and implemented interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, `EvictVolumeRequest()` and `EvictVolumeRequest(EvictVolumeRequest)`, and two key properties: `Name` (a string representing the volume name) and `VolumeName` (a typed view of the volume name)."],["The API has different versions available, going from version 1.0.0 to the most recent 1.7.0, with each providing access to the EvictVolumeRequest class."]]],[]]