public static interface DiskAttachmentService.RemoveRequest extends Request<DiskAttachmentService.RemoveRequest,DiskAttachmentService.RemoveResponse>
Removes the disk attachment. This will only detach the disk from the virtual machine, but won’t remove it from
the system, unless the detach_only
parameter is false
.
Modifier and Type | Method and Description |
---|---|
DiskAttachmentService.RemoveRequest |
detachOnly(Boolean detachOnly)
Indicates if the disk should only be detached from the virtual machine, but not removed from the system.
|
DiskAttachmentService.RemoveRequest detachOnly(Boolean detachOnly)
Indicates if the disk should only be detached from the virtual machine, but not removed from the system.
The default value is true
, which won’t remove the disk from the system.
Copyright © 2016. All rights reserved.