ALBControllerBackupConfiguration (type)

{
  "description": "Advanced Load Balancer Controller Backup Configuration", 
  "id": "ALBControllerBackupConfiguration", 
  "module_id": "PolicyALBControllerOnBoarding", 
  "properties": {
    "backup_location": {
      "description": "Directory in backup server.", 
      "required": true, 
      "title": "Directory in backup server", 
      "type": "string"
    }, 
    "backup_passphrase": {
      "description": "Passphrase for in the backup.", 
      "required": true, 
      "sensitive": true, 
      "title": "Passphrase for in the backup", 
      "type": "secure_string"
    }, 
    "clustering_id": {
      "description": "Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.", 
      "readonly": true, 
      "required": false, 
      "title": "Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed NSX.", 
      "type": "string"
    }, 
    "password": {
      "description": "Backup server password.", 
      "required": true, 
      "sensitive": true, 
      "title": "Backup server password", 
      "type": "secure_string"
    }, 
    "server_address": {
      "$ref": "HostnameOrIPv4Address, 
      "description": "Backup server address.", 
      "required": true, 
      "title": "Backup server address"
    }, 
    "username": {
      "description": "Backup server username.", 
      "required": true, 
      "title": "Backup server username", 
      "type": "string"
    }
  }, 
  "title": "ALBControllerBackupConfiguration", 
  "type": "object"
}