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