esx settings depots umds: update spec
The
update_spec
structure defines the information used to update the UMDS depot.Representation:
{
"description" : "string",
"enabled" : true
}
"description" : "string",
"enabled" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
enabled | boolean | Flag indicating whether or not this depot is 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 enabled flag is not updated. |
description | string | Description of the Depot. Optional. If unset, the description is not updated. |