esx settings depots umds: set spec

The set_spec structure defines the information of an UMDS depot.

Representation:

{
    "description""string",
    "location""http://myurl.com",
    "enabled"true
}

Attributes:

Name Type Description
Required
location URI Location of the Depot. It should be the location to the index.xml for that depot.

Optional
description string Description of the Depot.

Optional. If unset, the description will be empty.

enabled boolean Flag indicating whether or not this depot should be enabled. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced.

Optional. If unset the depot will be enabled.