Settings_Depots_Offline_Summary

Settings_Depots_Offline_Summary
Settings_Depots_Offline_Summary

The Offline.Summary structure defines the summary information regarding an offline depot.

JSON Example
{
    "description": "string",
    "source_type": "string",
    "location": "string",
    "file_id": "string",
    "owner": "string",
    "ownerdata": "string"
}
string
description
Required

Description of the depot. If not set during import, it will be empty.

source_type
Required

The Offline.SourceType enumerated type defines possible values of sources for the offline depot.
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 enpoint present on vCenter appliance. This endpoint is present at https://VCENTERFQDN:9087/vum-fileupload URL.

string As uri
location
Optional

Location of the depot from which content is retrieved. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PULL.

string
file_id
Optional

File identifier returned by the file upload endpoint after file is uploaded. This field is optional and it is only relevant when the value of Offline.Summary.source-type is PUSH.

string
owner
Optional

Name of the user creating the depot. This field is optional because it was added in a newer version than its parent node.

string
ownerdata
Optional

Private data saved by the Offline.Summary.owner of depot. It is opaque to vLCM. This field is optional because it was added in a newer version than its parent node.