Package com.xensource.xenapi
Class Repository.Record
java.lang.Object
com.xensource.xenapi.Repository.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Repository
Represents all the fields in a Repository
-
Field Summary
FieldsModifier and TypeFieldDescriptionBase URL of binary packages in this repositoryThe file name of the GPG public key of this repository Experimental.SHA256 checksum of latest updateinfo.xml.gz in this repository if its 'update' is truea notes field containing human-readable descriptiona human-readable nameBase URL of source packages in this repositoryTrue if updateinfo.xml in this repository needs to be parsedTrue if all hosts in pool is up to date with this repositoryUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
binaryUrl
Base URL of binary packages in this repository -
sourceUrl
Base URL of source packages in this repository -
update
True if updateinfo.xml in this repository needs to be parsed -
hash
SHA256 checksum of latest updateinfo.xml.gz in this repository if its 'update' is true -
upToDate
True if all hosts in pool is up to date with this repository -
gpgkeyPath
The file name of the GPG public key of this repository Experimental. First published in 22.12.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Repository.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-