Esx.Settings.Hosts.Software.DraftsInternal.SourceType

Esx.Settings.Hosts.Software.DraftsInternal.SourceType
Esx.Settings.Hosts.Software.DraftsInternal.SourceType

The Esx.Settings.Hosts.Software.DraftsInternal.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 {@link #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 8.0.0.1.

Note: this enumeration is restricted for VMware internal use only.

This data structure has no properties.
Enumeration: PULL, PUSH, JSON_STRING,