SettingsDepotsOfflineCreateResult
The Offline.CreateResult structure defines the result information for a new offline depot.
Properties
string
depot
Required
Identifier of the offline depot. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.depots.offline. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.depots.offline.
JSON Example
{
"depot": "string"
}