Package com.xensource.xenapi
Class Certificate.Record
java.lang.Object
com.xensource.xenapi.Certificate.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Certificate
Represents all the fields in a Certificate
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe certificate's SHA256 fingerprint / hashThe host where the certificate is installedThe name of the certificate, only present on certificates of type 'ca' First published in 1.294.0.Date before which the certificate is validDate after which the certificate is validThe type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0.Unique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
name
The name of the certificate, only present on certificates of type 'ca' First published in 1.294.0. -
type
The type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0. -
host
The host where the certificate is installed -
notBefore
Date after which the certificate is valid -
notAfter
Date before which the certificate is valid -
fingerprint
The certificate's SHA256 fingerprint / hash
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a Certificate.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-