Class Certificate.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • name

      public String name
      The name of the certificate, only present on certificates of type 'ca' First published in 1.294.0.
    • type

      public Types.CertificateType type
      The type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0.
    • host

      public Host host
      The host where the certificate is installed
    • notBefore

      public Date notBefore
      Date after which the certificate is valid
    • notAfter

      public Date notAfter
      Date before which the certificate is valid
    • fingerprint

      public String fingerprint
      The certificate's SHA256 fingerprint / hash
  • Constructor Details

    • Record

      public Record()
  • Method Details