SolutionsUrlVMSource
SolutionsUrlVMSource
Specified the system Virtual Machine sources are to be obtained from an URL.
This structure may be used only with operations rendered under /eam
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ovfUrl": "string",
"certificateValidation": false,
"certificatePEM": "string"
}
string
ovfUrl
Required
URL to the solution's system Virtual Machine OVF.
boolean
certificateValidation
Optional
Overrides the OVF URL certificate validation.
If True
or <unset>
- the certificate will be subject to standard trust validation, if False
- any certificate will be considered trusted.
string
certificatePEM
Optional
PEM encoded certificate to use to trust the URL.
If omitted - URL will be trusted using well known methods.