Recovery_Backup_LocationSpec
Recovery_Backup_LocationSpec
The LocationSpec structure has fields to represent a location on the backup server.
JSON Example
{
"location": "string",
"location_user": "string",
"location_password": "string"
}
string As uri
location
Required
Backup location URL.
string
location_user
Optional
Username for the given location. If unset authentication will not be used.
string As password
location_password
Optional
Password for the given location. If unset authentication will not be used.