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

Fields

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