public static interface VmDiskService.RemoveRequest extends Request<VmDiskService.RemoveRequest,VmDiskService.RemoveResponse>
Detach the disk from the virtual machine.
Note
|
In version 3 of the API this used to also remove the disk completely from the system, but starting with version 4 it doesn’t. If you need to remove it completely use the remove method of the top level disk service. |
Modifier and Type | Method and Description |
---|---|
VmDiskService.RemoveRequest |
async(Boolean async)
Indicates if the remove should be performed asynchronously.
|
VmDiskService.RemoveRequest async(Boolean async)
Indicates if the remove should be performed asynchronously.
Copyright © 2016. All rights reserved.