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

Fields

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

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.