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

Trait Implementations

impl Debug for MigrationParameter
[src]

Formats the value using the given formatter. Read more

impl Clone for MigrationParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations