Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
MirrorSyncMode |
DriveMirrorCommand.Arguments.sync |
MirrorSyncMode |
DriveBackup.sync |
MirrorSyncMode |
BlockdevBackup.sync |
Modifier and Type | Method and Description |
---|---|
static MirrorSyncMode |
MirrorSyncMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MirrorSyncMode[] |
MirrorSyncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DriveBackup |
DriveBackup.withSync(MirrorSyncMode value) |
BlockdevBackup |
BlockdevBackup.withSync(MirrorSyncMode value) |
Constructor and Description |
---|
Arguments(String device,
String target,
String format,
String nodeName,
String replaces,
MirrorSyncMode sync,
NewImageMode mode,
Long speed,
Long granularity,
Long bufSize,
BlockdevOnError onSourceError,
BlockdevOnError onTargetError,
Boolean unmap) |
BlockdevBackup(String device,
String target,
MirrorSyncMode sync,
Long speed,
BlockdevOnError onSourceError,
BlockdevOnError onTargetError) |
DriveBackup(String device,
String target,
String format,
MirrorSyncMode sync,
NewImageMode mode,
Long speed,
String bitmap,
BlockdevOnError onSourceError,
BlockdevOnError onTargetError) |
DriveMirrorCommand(String device,
String target,
String format,
String nodeName,
String replaces,
MirrorSyncMode sync,
NewImageMode mode,
Long speed,
Long granularity,
Long bufSize,
BlockdevOnError onSourceError,
BlockdevOnError onTargetError,
Boolean unmap)
Constructs a new DriveMirrorCommand.
|