vSphere ESX Agent Manager API


Data Object - SolutionsUrlVMSource

Extends
SolutionsVMSource
Since
1.0

Data Object Description

Specified the system Virtual Machine sources are to be obtained from an URL.

Properties

Name Type Description
authenticationScheme*xsd:string

The authentication scheme needed to access the OVF URL.

The supported schemes are listed in AuthenticationScheme. Default value is AuthenticationScheme#NONE if not specified.

If the scheme is not {@code null} and is not set to AuthenticationScheme#NONE then ovfUrl must point to the VC.

Since vEAM API 9.1
certificatePEM*xsd:string

PEM encoded certificate to use to trust the URL. If omitted - URL will be trusted using well known methods.
certificateValidation*xsd:boolean

Overrides the OVF URL certificate validation. If {@code True} or {@code } - the certificate will be subject to standard trust validation, if {@code False} - any certificate will be considered trusted.
ovfUrlxsd:string

URL to the solution's system Virtual Machine OVF.
Properties inherited from SolutionsVMSource
None
Properties inherited from vmodl.DynamicData
None
*Need not be set
Show WSDL type definition