Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockdevChangeReadOnlyMode |
BlockdevChangeMediumCommand.Arguments.readOnlyMode |
Modifier and Type | Method and Description |
---|---|
static BlockdevChangeReadOnlyMode |
BlockdevChangeReadOnlyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockdevChangeReadOnlyMode[] |
BlockdevChangeReadOnlyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Arguments(String device,
String filename,
String format,
BlockdevChangeReadOnlyMode readOnlyMode) |
BlockdevChangeMediumCommand(String device,
String filename,
String format,
BlockdevChangeReadOnlyMode readOnlyMode)
Constructs a new BlockdevChangeMediumCommand.
|