Esx.Settings.Depots.Offline.Summary
The Esx.Settings.Depots.Offline.Summary schema defines the summary information regarding an offline depot.
This schema was added in vSphere API 7.0.0.0.
{
"description": "string",
"source_type": "string",
"location": "string",
"file_id": "string",
"owner": "string",
"ownerdata": "string"
}
Description of the depot. If not set during import, it will be empty.
This property was added in vSphere API 7.0.0.0.
Type of the source from which offline depot is obtained.
Possible values:
- PULL: Content is pulled from the URL location. The URL scheme of the value in {@link CreateSpec#location) can be http, https or file.
- PUSH: Content was previously uploaded using the file upload endpoint present on vCenter appliance. This endpoint is present at https://VCENTERFQDN:9087/vum-fileupload URL.
For more information see: Esx.Settings.Depots.Offline.SourceType.
This property was added in vSphere API 7.0.0.0.
Location of the depot from which content is retrieved.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of source_type is Esx.Settings.Depots.Offline.SourceType.PULL.
File identifier returned by the file upload endpoint after file is uploaded.
This property was added in vSphere API 7.0.0.0.
This property is optional and it is only relevant when the value of source_type is Esx.Settings.Depots.Offline.SourceType.PUSH.
Name of the user creating the depot.
This property was added in vSphere API 7.0.3.0.
This property is optional because it was added in a newer version than its parent node.
Private data saved by the owner of depot. It is opaque to vLCM.
This property was added in vSphere API 7.0.3.0.
This property is optional because it was added in a newer version than its parent node.