public static final class Domain.DomainMigrateParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT
The increment added to VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL whenever the hypervisor
decides the current rate is not enough to ensure convergence of the migration.
|
static java.lang.String |
VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL
The initial percentage guest CPUs are throttled to when auto-convergence decides migration
is not converging as TYPED_PARAM_INT.
|
static java.lang.String |
VIR_MIGRATE_PARAM_BANDWIDTH
The maximum bandwidth (in MiB/s) that will be used for migration as TYPED_PARAM_ULLONG.
|
static java.lang.String |
VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY
The maximum bandwidth (in MiB/s) that will be used for post-copy phase of a migration
as TYPED_PARAM_ULLONG.
|
static java.lang.String |
VIR_MIGRATE_PARAM_COMPRESSION
The name of the method used to compress migration traffic as TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_COMPRESSION_MT_DTHREADS
The number of decompression threads for multithread compression as TYPED_PARAM_INT.
|
static java.lang.String |
VIR_MIGRATE_PARAM_COMPRESSION_MT_LEVEL
The level of compression for multithread compression as TYPED_PARAM_INT.
|
static java.lang.String |
VIR_MIGRATE_PARAM_COMPRESSION_MT_THREADS
The number of compression threads for multithread compression as TYPED_PARAM_INT.
|
static java.lang.String |
VIR_MIGRATE_PARAM_COMPRESSION_XBZRLE_CACHE
The size of page cache for xbzrle compression as TYPED_PARAM_ULLONG.
|
static java.lang.String |
VIR_MIGRATE_PARAM_DEST_NAME
The name to be used for the domain on the destination host as TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_DEST_XML
The new configuration to be used for the domain on the destination host as
TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_DISKS_PORT
Port that destination server should use for incoming disks migration.
|
static java.lang.String |
VIR_MIGRATE_PARAM_DISKS_URI
URI used for incoming disks migration.
|
static java.lang.String |
VIR_MIGRATE_PARAM_GRAPHICS_URI
URI to use for migrating client's connection to domain's graphical console, as TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_LISTEN_ADDRESS
The listen address that hypervisor on the destination side should bind to for incoming migration.
|
static java.lang.String |
VIR_MIGRATE_PARAM_MIGRATE_DISKS
Lists the block devices to be migrated.
|
static java.lang.String |
VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
The number of connections used during parallel migration as TYPED_PARAM_INT.
|
static java.lang.String |
VIR_MIGRATE_PARAM_PERSIST_XML
The new persistent configuration to be used for the domain on the destination host as
TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_TLS_DESTINATION
Override the destination host name used for TLS verification as TYPED_PARAM_STRING.
|
static java.lang.String |
VIR_MIGRATE_PARAM_URI
URI to use for initiating domain migration as TYPED_PARAM_STRING.
|
Constructor and Description |
---|
DomainMigrateParameters() |
public static final java.lang.String VIR_MIGRATE_PARAM_MIGRATE_DISKS
public static final java.lang.String VIR_MIGRATE_PARAM_DEST_XML
public static final java.lang.String VIR_MIGRATE_PARAM_PERSIST_XML
public static final java.lang.String VIR_MIGRATE_PARAM_BANDWIDTH
public static final java.lang.String VIR_MIGRATE_PARAM_BANDWIDTH_POSTCOPY
public static final java.lang.String VIR_MIGRATE_PARAM_DEST_NAME
public static final java.lang.String VIR_MIGRATE_PARAM_GRAPHICS_URI
public static final java.lang.String VIR_MIGRATE_PARAM_LISTEN_ADDRESS
public static final java.lang.String VIR_MIGRATE_PARAM_URI
public static final java.lang.String VIR_MIGRATE_PARAM_DISKS_PORT
public static final java.lang.String VIR_MIGRATE_PARAM_DISKS_URI
public static final java.lang.String VIR_MIGRATE_PARAM_COMPRESSION
public static final java.lang.String VIR_MIGRATE_PARAM_COMPRESSION_MT_LEVEL
public static final java.lang.String VIR_MIGRATE_PARAM_COMPRESSION_MT_THREADS
public static final java.lang.String VIR_MIGRATE_PARAM_COMPRESSION_MT_DTHREADS
public static final java.lang.String VIR_MIGRATE_PARAM_COMPRESSION_XBZRLE_CACHE
public static final java.lang.String VIR_MIGRATE_PARAM_AUTO_CONVERGE_INITIAL
public static final java.lang.String VIR_MIGRATE_PARAM_AUTO_CONVERGE_INCREMENT
public static final java.lang.String VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
public static final java.lang.String VIR_MIGRATE_PARAM_TLS_DESTINATION