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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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. |
getInstance
Required. Name of the instance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInstance
Required. Name of the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLun
Required. Name of the Lun to detach.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLun
Required. Name of the Lun to detach.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|