public sealed class DetachLunRequest : IMessage<DetachLunRequest>, IEquatable<DetachLunRequest>, IDeepCloneable<DetachLunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DetachLunRequest.
[[["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-04-17 UTC."],[[["The `DetachLunRequest` class in the Bare Metal Solution v2 API is used to detach a specific Logical Unit Number (LUN) from an instance."],["This class provides properties to specify the instance name and the LUN name, both of which are required for the detachment operation."],["The `DetachLunRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message handling."],["It includes a `SkipReboot` property that allows for LUN unmapping without requiring an instance reboot if set to true."],["The latest version of this class is 1.7.0, and versions 1.0.0 through 1.6.0 are also available."]]],[]]