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 version 1.6.0."],["The `EvictVolumeRequest` class is used to request the deletion of a volume, skipping the cooloff period, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor and one that takes another `EvictVolumeRequest` instance as a parameter."],["The class has properties named `Name` (a string representing the volume's name) and `VolumeName` (a `VolumeName`-typed view of the `Name` property), which are used to specify the volume targeted by the request."]]],[]]