BackupConfig

BackupConfig
Remote backup server configuration

SFTP target host, credentials, and folder where backup bundles are stored.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "server_address": "string",
    "protocol": "string",
    "port": 0,
    "username": "string",
    "ssh_public_key": "string",
    "backup_location": "string",
    "password": "string",
    "passphrase": "string"
}