LcmCommonOvaInfo
The OvaInfo structure defines the OVA file location info.
Properties
The hash algorithm (HashAlgorithm) used to calculate the checksum. If not specified the default checksum algorithm is SHA256.
Possible values are: SHA256 , SHA512
The location of the OVA file for installation. It can be web URL or absolute filepath i.e https://server.com/appliance.ova or file://storage/appliance.ova
Hash to verify the SSL OVA location. If OvaInfo.ssl-verify is false this filed can be omitted. If OvaInfo.ssl-verify is true and this field is ommited a CA based validation will be used. If OvaInfo.ssl-verify is true and this field is provided will be used for SSL validation. If set will be used for SSL validation.
A flag to indicate whether SSL verification is required for the ova location. If unset defaults to True
JSON Example
{
"location": "string"
}