compress_device_out
Description:
[ Version ( since = "1.13.15" ) ]
public bool compress_device_out (string ctype, string device, string zdevice, CompressDeviceOut? optargs, Cancellable? cancellable = null) throws Error
public bool compress_device_out (string ctype, string device, string zdevice, CompressDeviceOut? optargs, Cancellable? cancellable = null) throws Error
output compressed device
This command compresses device
and writes it out to the local file zdevice
.
The ctype
and optional level
parameters have the same meaning as in
compress_out.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsCompressDeviceOut containing optional arguments |
cancellable |
A GCancellable object |
Returns:
true on success, false on error |