esx settings depots umds: info
The
info
structure defines the information regarding an UMDS Depot.Representation:
{
"description" : "string",
"location" : "http://myurl.com",
"enabled" : true
}
"description" : "string",
"location" : "http://myurl.com",
"enabled" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
description | string | Description of the Depot. It will be an empty string if no description was provided during create. |
enabled | boolean | Flag indicating whether or not this depot is enabled. |
location | URI | Location of the Depot. |