esx settings depots online: info
The
info
structure defines the information regarding a Depot.Representation:
{
"system_defined" : true,
"description" : "string",
"location" : "http://myurl.com",
"enabled" : true
}
"system_defined" : 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. |
location | URI | Location of the Depot. |
enabled | boolean | Flag indicating whether this depot is enabled or not. |
system_defined | boolean | Flag to indicate if the depot is system defined. System defined depot can not be deleted. |