Esx.Settings.Repository.Software.Drafts.SourceType
Esx.Settings.Repository.Software.Drafts.SourceType
The Esx.Settings.Repository.Software.Drafts.SourceType enumerated type defines possible values of sources to import software specification.
Possible values:
- PULL: Content is pulled from the URL location. The URL scheme of the value in #pullLocation 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.
- JSON_STRING: The string representing the content of the software specification.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
PULL,
PUSH,
JSON_STRING,