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 information for the `DetachLunRequest` class within the Google.Cloud.BareMetalSolution.V2 API, detailing its purpose, usage, and structure."],["The `DetachLunRequest` class is used to request the detachment of a specific Logical Unit Number (LUN) from a Bare Metal Solution instance, as indicated by the message description."],["It is a .NET class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `Object` class, therefore supporting various functionalities, like being able to clone itself, and handling buffers."],["The class exposes properties like `Instance` and `Lun`, both strings, which are required to specify the target instance and the LUN to detach, and provides typed views of these properties with the InstanceName and LunName types."],["There are several previous versions of this class with the latest version being 1.7.0, with the current page focused on version 1.1.0."]]],[]]