Class: Google::Cloud::BareMetalSolution::V2::DetachLunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::DetachLunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/instance.rb
Overview
Message for detach specific LUN from an Instance.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Required.
-
#lun ⇒ ::String
Required.
-
#skip_reboot ⇒ ::Boolean
If true, performs lun unmapping without instance reboot.
Instance Attribute Details
#instance ⇒ ::String
Returns Required. Name of the instance.
297 298 299 300 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 297 class DetachLunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lun ⇒ ::String
Returns Required. Name of the Lun to detach.
297 298 299 300 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 297 class DetachLunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skip_reboot ⇒ ::Boolean
Returns If true, performs lun unmapping without instance reboot.
297 298 299 300 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 297 class DetachLunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |