SettingsDepotsOfflineContentInfo
The Content.Info structure contains fields that describe the information of metadata bundles of an offline depot.
Properties
map of
SettingsDepotsMetadataInfo
metadata_bundles
Required
A list of metadata bundles contained in the depot. The key is vendor of metadata bundle. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.
JSON Example
{
"metadata_bundles": {
"key": {
"file_name": "string"
}
}
}