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

Fields

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

Converts to this type from the input type.

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.