Enum qapi_qmp::MigrationParameter
[−]
[src]
pub enum MigrationParameter { compress_level, compress_threads, decompress_threads, cpu_throttle_initial, cpu_throttle_increment, tls_creds, tls_hostname, max_bandwidth, downtime_limit, x_checkpoint_delay, block_incremental, x_multifd_channels, x_multifd_page_count, xbzrle_cache_size, }
Variants
compress_level
compress_threads
decompress_threads
cpu_throttle_initial
cpu_throttle_increment
tls_creds
tls_hostname
max_bandwidth
downtime_limit
x_checkpoint_delay
block_incremental
x_multifd_channels
x_multifd_page_count
xbzrle_cache_size
Trait Implementations
impl Debug for MigrationParameter
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for MigrationParameter
[src]
fn clone(&self) -> MigrationParameter
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more