Class: Google::Cloud::BareMetalSolution::V2::DetachLunRequest

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance::String

Returns Required. Name of the instance.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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