VnfPackageSoftwareImageInfo
This type represents an artifact contained in a VNF package which represents a software image.
{
"id": "string",
"name": "string",
"provider": "string",
"version": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false,
"containerFormat": "string",
"diskFormat": "string",
"createdAt": "string",
"minDisk": 0,
"minRam": 0,
"size": 0,
"imagePath": "string"
}
Name of the software image.
Provider of the software image.
Reflects whether the image is encrypted (true) or not (false).
Container format indicates whether the software image is in a file format that also contains meta-data about the actual software. Permitted values: - AKI: a kernel image format - AMI: a machine image format - ARI: a ram disk image format - BARE: the image does not have a container or meta-data envelope - DOCKER: docker container format - OVA: OVF package in a tar file - OVF: OVF container format
Disk format of a software image is the format of the underlying disk image. Permitted values: - AKI: a kernel image format - AMI: a machine image format - ARI: a ramdisk image format - ISO: an archive format for the data contents of an optical disc, such as CD-ROM - QCOW2: a common disk image format, which can expand dynamically and supports copy on write - RAW: an unstructured disk image format - VDI: a common disk image format - VHD: a common disk image format - VHDX: enhanced version of VHD format - VMDK: a common disk image format
The minimal disk for this software image in bytes.
The minimal RAM for this software image in bytes.
Size of this software image in bytes.
Path in the VNF package, which identifies the image artifact and also allows to access a copy of the image artifact.