pub struct MigrationParameters {
Show 27 fields pub decompress_threads: Option<u8>, pub block_incremental: Option<bool>, pub compress_level: Option<u8>, pub xbzrle_cache_size: Option<usize>, pub max_postcopy_bandwidth: Option<usize>, pub max_cpu_throttle: Option<u8>, pub cpu_throttle_increment: Option<u8>, pub cpu_throttle_tailslow: Option<bool>, pub announce_max: Option<usize>, pub announce_step: Option<usize>, pub compress_wait_thread: Option<bool>, pub throttle_trigger_threshold: Option<u8>, pub block_bitmap_mapping: Option<Vec<BitmapMigrationNodeAlias>>, pub multifd_channels: Option<u8>, pub multifd_compression: Option<MultiFDCompression>, pub tls_authz: Option<String>, pub announce_rounds: Option<usize>, pub multifd_zstd_level: Option<u8>, pub tls_hostname: Option<String>, pub tls_creds: Option<String>, pub announce_initial: Option<usize>, pub compress_threads: Option<u8>, pub downtime_limit: Option<u64>, pub x_checkpoint_delay: Option<u32>, pub multifd_zlib_level: Option<u8>, pub cpu_throttle_initial: Option<u8>, pub max_bandwidth: Option<usize>,
}

Fields

decompress_threads: Option<u8>block_incremental: Option<bool>compress_level: Option<u8>xbzrle_cache_size: Option<usize>max_postcopy_bandwidth: Option<usize>max_cpu_throttle: Option<u8>cpu_throttle_increment: Option<u8>cpu_throttle_tailslow: Option<bool>announce_max: Option<usize>announce_step: Option<usize>compress_wait_thread: Option<bool>throttle_trigger_threshold: Option<u8>block_bitmap_mapping: Option<Vec<BitmapMigrationNodeAlias>>multifd_channels: Option<u8>multifd_compression: Option<MultiFDCompression>tls_authz: Option<String>announce_rounds: Option<usize>multifd_zstd_level: Option<u8>tls_hostname: Option<String>tls_creds: Option<String>announce_initial: Option<usize>compress_threads: Option<u8>downtime_limit: Option<u64>x_checkpoint_delay: Option<u32>multifd_zlib_level: Option<u8>cpu_throttle_initial: Option<u8>max_bandwidth: Option<usize>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.