package¶
Holds information of a native operating system package or file.
Attributes¶
The list of attributes for package are:
arch(string): the architecture type for this packagebinaryUri(anyURI): the uri resource to retrieve the binaryextract(boolean): a boolean flag to extract an archive (if the uploaded object is an archive) as part of the generationfullName(string): the name of the file including the extensioninstall(boolean): boolean to indicate whether to install the package or just to store it on the filesysteminstallLocation(string): the location to store the package ifinstall == falsename(string): the name of the packageorigName(string): the original name of the packageparams(string): silent install parameters to use as part of the installation of the object (for windows only)parentUri(anyURI): the uri resource of the parent object this package belongs topkgBuildDate(dateTime): the date the package was builtpkgFileDate(dateTime): the file timestamprelease(string): the release information packageshortTag(string): tag valuerepositoryName(string): repository namesticky(boolean): boolean to indicate that this package version should not be updated when new package updates are availabletype(string): file media typeuri(anyURI): the uri resource of this package objectversion(string): the version of this packageepoch(int): the epoch value (used for native packages)md5sum(string): the md5sum of the uploaded objectmimeType(string): the mime type of the file uploadedsha256sum(string): the sha256 value of the uploaded objectsize(long): the size (in bytes) of the uploaded objectstatus(status): the upload status (see status)uploaded(boolean): a boolean to indicate if the file has been uploadeduploadedTime(dateTime): the timestamp the upload was completedcreated(dateTime): the date the appliance template is createddbId(long): the database id of the objectdigest(string): the digest value (used for etag)lastModified(dateTime): the last modified date of this object