Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::DetachLunRequest.
Message for detach specific LUN from an Instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::String
Returns
- (::String) — Required. Name of the instance.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Required. Name of the instance.
Returns
- (::String) — Required. Name of the instance.
#lun
def lun() -> ::String
Returns
- (::String) — Required. Name of the Lun to detach.
#lun=
def lun=(value) -> ::String
Parameter
- value (::String) — Required. Name of the Lun to detach.
Returns
- (::String) — Required. Name of the Lun to detach.