RecoveryBackupLocationSpec

The LocationSpec structure has fields to represent a location on the backup server.


Properties

string as uri
location Required

Backup location URL.


string as password
location_password Optional

Password for the given location. If unset authentication will not be used.


string
location_user Optional

Username for the given location. If unset authentication will not be used.

JSON Example

{
	"location": "string"
}

Feedback

Was this page helpful?