appliance recovery backup: location spec
The
location_spec
structure has fields to represent a location on the backup server. This structure was added in vSphere API 6.7.Representation:
{
"location" : "http://myurl.com",
"location_password" : "secret string",
"location_user" : "string"
}
"location" : "http://myurl.com",
"location_password" : "secret string",
"location_user" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
location | URI | Backup location URL. This attribute was added in vSphere API 6.7. |
Optional | ||
location_user | string | Username for the given location. This attribute was added in vSphere API 6.7. Optional. If unset authentication will not be used. |
location_password | secret | Password for the given location. This attribute was added in vSphere API 6.7. Optional. If unset authentication will not be used. |