plcm-remote-backup-config.xsd Documentation

Imported Namespaces

Target Namespace

Elements

plcm-remote-backup-config  PlcmRemoteBackupConfig

Remote backup configuration. Content-Type: application/vnd.plcm.plcm-remote-backup-config+xml


Complex Types

PlcmRemoteBackupConfig Fields

NameTypeDescriptionAttributes
atomLinkList List of linkSee Definition of link
automatic-backup-enabledxs:boolean Enable automatic backups of this cluster to a remote server Mandatory
seconds-after-midnight-to-startxs:long Seconds after midnight to start
backup-frequencyxs:int Frequency of remote backup(in days)
backup-modeBackupMode Backup types
transfer-protocolTransferProtocol Transfer protocols
remote-ipRemoteIp Hostname or IP address of remote server
remote-portxs:int Remote port
usernameUsername Username of the remote server where backup will be transferred.
passwordPassword Password of the remote server where backup will be transferred.
remote-directoryRemoteDirectory Remote directory
entity-tagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.
next-backup-datexs:dateTime


Simple Types


NameTypeRestrictions
EntityTagxs:string
Length of value must be >=1
Length of value must be <=64
RemoteDirectoryxs:string
Length of value must be >=0
Length of value must be <=1000
Passwordxs:string
Length of value must be >=0
Length of value must be <=255
Usernamexs:string
Length of value must be >=0
Length of value must be <=255
RemoteIpxs:string
Length of value must be >=0
Length of value must be <=255
TransferProtocolxs:string
Value must be one of:
  • SFTP
  • FTP
  • HTTP
  • HTTPS
  • UNKNOWN
BackupModexs:string
Value must be one of:
  • CONFIG_ONLY
  • FULL
  • UNKNOWN