Class Repository.Record

java.lang.Object
com.xensource.xenapi.Repository.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Repository

public static class Repository.Record extends Object implements Types.Record
Represents all the fields in a Repository
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • binaryUrl

      public String binaryUrl
      Base URL of binary packages in this repository
    • sourceUrl

      public String sourceUrl
      Base URL of source packages in this repository
    • update

      public Boolean update
      True if updateinfo.xml in this repository needs to be parsed
    • hash

      public String hash
      SHA256 checksum of latest updateinfo.xml.gz in this repository if its 'update' is true
    • upToDate

      public Boolean upToDate
      True if all hosts in pool is up to date with this repository
    • gpgkeyPath

      public String 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