Settings_Depots_Online_CreateSpec

Settings_Depots_Online_CreateSpec
Settings_Depots_Online_CreateSpec

The Online.CreateSpec structure defines the information used to create a depot.

JSON Example
{
    "description": "string",
    "location": "string",
    "enabled": false,
    "ownerdata": "string"
}
string
description
Optional

Description of the depot. If unset, the description will be empty.

string As uri
location
Required

Location of the depot. It should be the location to the index.xml for the depot.

boolean
enabled
Optional

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.

string
ownerdata
Optional

Private data saved by the Online.Info.owner of the depot. It is opaque to vLCM. If unset, no ownerdata will be saved.