SettingsDepotsOnlineCreateSpec

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


Properties

string as uri
location Required

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


string
description Optional

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


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.

JSON Example

{
	"location": "string"
}
Parameter To

Create Depots Online

Feedback

Was this page helpful?