Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
NewImageMode |
BlockdevSnapshotSync.mode |
NewImageMode |
DriveMirrorCommand.Arguments.mode |
NewImageMode |
DriveBackup.mode |
Modifier and Type | Method and Description |
---|---|
static NewImageMode |
NewImageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewImageMode[] |
NewImageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockdevSnapshotSync |
BlockdevSnapshotSync.withMode(NewImageMode value) |
DriveBackup |
DriveBackup.withMode(NewImageMode 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) |
BlockdevSnapshotSync(String device,
String nodeName,
String snapshotFile,
String snapshotNodeName,
String format,
NewImageMode mode) |
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.
|