Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.22 KB

OnpremImagePackage.md

File metadata and controls

18 lines (14 loc) · 1.22 KB

OnpremImagePackage

ImagePackage encapsulates a software image package. ImagePackage can be a docker image, a UI web image, an endpoint (e.g. UCSM) image, a device connector image or an ansible scripts package.

Properties

Name Type Description Notes
file_path str Optional file path of the image package. [optional] [readonly]
file_sha str Image file's fingerprint. Fingerprint is calculated using SHA256 algorithm. [optional] [readonly]
file_size int Image file size in bytes. [optional] [readonly]
file_time datetime Image file's last modified date and time. [optional] [readonly]
filename str Filename of the image package. [optional] [readonly]
name str Name of the software image package. [optional] [readonly]
package_type str Image package type (e.g. service, system etc.). [optional] [readonly]
version str Image package version string. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]