BackupLocation
                                BackupLocation                            
                            Backup location to backup VCF resources
JSON Example
                                    {
    "directoryPath": "string",
    "password": "string",
    "port": 0,
    "protocol": "SFTP",
    "server": "string",
    "sshFingerprint": "string",
    "username": "string"
}
            
            
                                    string
                
                
            
        
        
                directoryPath            
                            Optional
            
            
        Full directory path to save the backup files
            
            
                                    string
                
                
            
        
        
                password            
                            Required
            
            
        Backup server password
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                port            
                            Optional
            
            
        Port number for the backup server to connect
            
            
                                    string
                
                
            
        
        
                protocol            
                            Required
            
            
        Protocol to be used for transferring files
            
            
                                    string
                
                
            
        
        
                server            
                            Optional
            
            
        IP address or FQDN of the backup server
            
            
                                    string
                
                
            
        
        
                sshFingerprint            
                            Optional
            
            
        SSH fingerprint of the backup server
            
            
                                    string
                
                
            
        
        
                username            
                            Optional
            
            
        Password for backup server username
