name | data type | constraints | description |
---|---|---|---|
libvirtSshTimeout | number | ||
libvirtSshKnownHostsPath | string | required, max size: 255, min size: 0 | |
libvirtSshProgressRefreshRate | number | required, max: 100, min: 1 | |
libvirtLvmSnapshotSize | string | required, max size: 255, min size: 0 | |
libvirtLvmSnapshotExtents | string | required, max size: 255, min size: 0 | |
libvirtAlwaysExportFullIfVmTurnedOff | boolean | required |
Example
{ "libvirtSshTimeout" : 12345, "libvirtSshKnownHostsPath" : "...", "libvirtSshProgressRefreshRate" : 12345, "libvirtLvmSnapshotSize" : "...", "libvirtLvmSnapshotExtents" : "...", "libvirtAlwaysExportFullIfVmTurnedOff" : true }