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-03-21 UTC."],[[["This documentation covers version 1.6.0 of the `DetachLunRequest` class within the Google Cloud Bare Metal Solution v2 API, with links provided to other versions."],["`DetachLunRequest` is a message class used to detach a specific LUN (Logical Unit Number) from a Bare Metal Solution instance, and is part of the `Google.Cloud.BareMetalSolution.V2` namespace."],["The `DetachLunRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DetachLunRequest` class include `Instance`, `InstanceAsInstanceName`, `Lun`, `LunAsLunName`, and `SkipReboot`, which are essential for specifying the instance and LUN to be detached."],["There is a constructor for creating a `DetachLunRequest` object, including one that allows copying from an existing `DetachLunRequest`."]]],[]]