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

Fields

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

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
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.