Lcm_Common_OvaInfo
The OvaInfo structure defines the OVA file location info.
{
"location": "string",
"ssl_verify": false,
"ssl_hash": "string",
"hash_algorithm": "string"
}
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
A flag to indicate whether SSL verification is required for the ova location. If unset defaults to True
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.
The HashAlgorithm enumerated type defines the valid hash algorithms.
SHA256 : Hash algorithm: SHA-256
SHA512 : Hash algorithm: SHA-512