Settings_Depots_Online_CreateSpec
The Online.CreateSpec structure defines the information used to create a depot.
{
"description": "string",
"location": "string",
"enabled": false,
"ownerdata": "string"
}
Description of the depot. If unset, the description will be empty.
Location of the depot. It should be the location to the index.xml for the depot.
Flag indicating whether this depot is enabled or not. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced. If unset, the depot will be enabled.
Private data saved by the Online.Info.owner of the depot. It is opaque to vLCM. If unset, no ownerdata will be saved.