ProxmoxSettingsRequest Data Type

Properties
name data type constraints description
proxmoxBackupStorage string required, max size: 255, min size: 0
proxmoxCompressionType ProxmoxCompressionType  
proxmoxNbdBufferReleaseMaxAttempts number required, max: 99, min: 1
proxmoxNbdBufferReleaseTimeout number required
proxmoxNbdBufferReleaseWaitPeriod number required
proxmoxAvailableNbdWaitPeriod number required
proxmoxConnectQcow2ToNbdWaitPeriod number required

Example

{
  "proxmoxBackupStorage" : "...",
  "proxmoxCompressionType" : "DISABLED",
  "proxmoxNbdBufferReleaseMaxAttempts" : 12345,
  "proxmoxNbdBufferReleaseTimeout" : 12345,
  "proxmoxNbdBufferReleaseWaitPeriod" : 12345,
  "proxmoxAvailableNbdWaitPeriod" : 12345,
  "proxmoxConnectQcow2ToNbdWaitPeriod" : 12345
}