Lcm_Common_OvaInfo

Lcm_Common_OvaInfo
Lcm_Common_OvaInfo

The OvaInfo structure defines the OVA file location info.

JSON Example
{
    "location": "string",
    "ssl_verify": false,
    "ssl_hash": "string",
    "hash_algorithm": "string"
}
string As uri
location
Required

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

boolean
ssl_verify
Optional

A flag to indicate whether SSL verification is required for the ova location. If unset defaults to True

string
ssl_hash
Optional

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.

hash_algorithm
Optional

The HashAlgorithm enumerated type defines the valid hash algorithms.
SHA256 : Hash algorithm: SHA-256
SHA512 : Hash algorithm: SHA-512