Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class DetachLunRequest.
Message for detach specific LUN from an Instance.
Generated from protobuf message google.cloud.baremetalsolution.v2.DetachLunRequest
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instance
string
Required. Name of the instance.
↳ lun
string
Required. Name of the Lun to detach.
↳ skip_reboot
bool
If true, performs lun unmapping without instance reboot.
getInstance
Required. Name of the instance.
string
setInstance
Required. Name of the instance.
var
string
$this
getLun
Required. Name of the Lun to detach.
string
setLun
Required. Name of the Lun to detach.
var
string
$this
getSkipReboot
If true, performs lun unmapping without instance reboot.
bool
setSkipReboot
If true, performs lun unmapping without instance reboot.
var
bool
$this
static::build
instance
string
Required. Name of the instance. Please see BareMetalSolutionClient::instanceName() for help formatting this field.
lun
string
Required. Name of the Lun to detach. Please see BareMetalSolutionClient::lunName() for help formatting this field.