Enum qapi_qmp::MigrationParameter [−][src]
pub enum MigrationParameter {
compress_level,
compress_threads,
decompress_threads,
cpu_throttle_initial,
cpu_throttle_increment,
tls_creds,
tls_hostname,
max_bandwidth,
downtime_limit,
x_checkpoint_delay,
block_incremental,
x_multifd_channels,
x_multifd_page_count,
xbzrle_cache_size,
max_postcopy_bandwidth,
}Variants
compress_levelcompress_threadsdecompress_threadscpu_throttle_initialcpu_throttle_incrementtls_credstls_hostnamemax_bandwidthdowntime_limitx_checkpoint_delayblock_incrementalx_multifd_channelsx_multifd_page_countxbzrle_cache_sizemax_postcopy_bandwidth
Trait Implementations
impl Debug for MigrationParameter[src]
impl Debug for MigrationParameterfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MigrationParameter[src]
impl Clone for MigrationParameterfn clone(&self) -> MigrationParameter[src]
fn clone(&self) -> MigrationParameterReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for MigrationParameter
impl Send for MigrationParameterimpl Sync for MigrationParameter
impl Sync for MigrationParameter