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 document provides reference documentation for the `DetachLunRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.0.0."],["The `DetachLunRequest` class is used to send a request to detach a specific LUN (Logical Unit Number) from a Bare Metal Solution instance."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes properties such as `Instance` and `Lun` to specify the instance and LUN to be detached, along with typed views for these properties: `InstanceAsInstanceName` and `LunAsLunName`."],["This class has the ability to be constructed via two constructors: a default one, and a second one that takes another `DetachLunRequest` as a parameter."]]],[]]