name | data type | constraints | description |
---|---|---|---|
proxmoxBackupStorage | string | ||
proxmoxCompressionType | ProxmoxCompressionType | ||
proxmoxNbdBufferReleaseMaxAttempts | number | required | |
proxmoxNbdBufferReleaseTimeout | number | required | |
proxmoxNbdBufferReleaseWaitPeriod | number | required | |
proxmoxAvailableNbdWaitPeriod | number | required | |
proxmoxConnectQcow2ToNbdWaitPeriod | number | required |
Example
{ "proxmoxBackupStorage" : "...", "proxmoxCompressionType" : "LZO", "proxmoxNbdBufferReleaseMaxAttempts" : 12345, "proxmoxNbdBufferReleaseTimeout" : 12345, "proxmoxNbdBufferReleaseWaitPeriod" : 12345, "proxmoxAvailableNbdWaitPeriod" : 12345, "proxmoxConnectQcow2ToNbdWaitPeriod" : 12345 }