Settings_Depots_Online_Info

Settings_Depots_Online_Info
Settings_Depots_Online_Info

The Online.Info structure defines the information regarding a depot.

JSON Example
{
    "description": "string",
    "location": "string",
    "enabled": false,
    "system_defined": false,
    "owner": "string",
    "ownerdata": "string"
}
string
description
Required

Description of the depot. It will be an empty string if no description was provided during create.

string As uri
location
Required

Location of the depot.

boolean
enabled
Required

Flag indicating whether this depot is enabled or not.

boolean
system_defined
Required

Flag to indicate if the depot is system defined. System defined depot can not be deleted.

string
owner
Optional

Name of the user creating the depot. This field is optional because it was added in a newer version than its parent node.

string
ownerdata
Optional

Private data saved by the Online.Info.owner of depot. It is opaque to vLCM. This field is optional because it was added in a newer version than its parent node.