Class Configuration
java.lang.Object
org.jdrupes.vmoperator.runner.qemu.Configuration
- All Implemented Interfaces:
Dto
The configuration information from the configuration file.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Subsection “cloud-init”.static class
The Class Display.static class
Subsection “drive”.static class
Subsection “network”.static class
Subsection “spice”.static class
Subsection “vm”. -
Field Summary
Modifier and TypeFieldDescriptionConfiguration timestamp.Optional cloud-init data.The data dir.The firmware rom.The firmware vars.boolean
If guest shutdown changes CRD .vm.state to “Stopped”.boolean
The display password.protected final Logger
The monitor socket.Increments of the reset counter trigger a reset of the VM.The runtime dir.The swtpm socket.The template.boolean
The update template.The vm. -
Constructor Summary
-
Method Summary
-
Field Details
-
logger
-
asOf
Configuration timestamp. -
dataDir
The data dir. -
runtimeDir
The runtime dir. -
template
The template. -
updateTemplate
The update template. -
swtpmSocket
The swtpm socket. -
monitorSocket
The monitor socket. -
firmwareRom
The firmware rom. -
firmwareVars
The firmware vars. -
hasDisplayPassword
The display password. -
cloudInit
Optional cloud-init data. -
guestShutdownStops
If guest shutdown changes CRD .vm.state to “Stopped”. -
resetCounter
Increments of the reset counter trigger a reset of the VM. -
vm
The vm.
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
check
Check configuration.- Returns:
- true, if successful
-