Uses of Enum Class
com.xensource.xenapi.Types.CertificateType
-
Uses of Types.CertificateType in com.xensource.xenapi
Fields in com.xensource.xenapi declared as Types.CertificateTypeModifier and TypeFieldDescriptionCertificate.Record.type
The type of the certificate, either 'ca', 'host' or 'host_internal' First published in 1.294.0.Methods in com.xensource.xenapi that return Types.CertificateTypeModifier and TypeMethodDescriptionCertificate.getType
(Connection c) Get the type field of the given Certificate.static Types.CertificateType
Types.toCertificateType
(Object object) static Types.CertificateType
Returns the enum constant of this class with the specified name.static Types.CertificateType[]
Types.CertificateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.