Class DetachLunRequest
Message for detach specific LUN from an Instance.
Implements
Inherited Members
Namespace: Google.Apis.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class DetachLunRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Lun
Required. Name of the Lun to detach.
Declaration
[JsonProperty("lun")]
public virtual string Lun { get; set; }
Property Value
Type | Description |
---|---|
string |
SkipReboot
If true, performs lun unmapping without instance reboot.
Declaration
[JsonProperty("skipReboot")]
public virtual bool? SkipReboot { get; set; }
Property Value
Type | Description |
---|---|
bool? |