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.typeThe 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.CertificateTypeTypes.toCertificateType(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Types.CertificateTypeReturns 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.