Uses of Class
com.xensource.xenapi.Feature
-
Uses of Feature in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type FeatureModifier and TypeFieldDescriptionHost.Record.featuresList of features available on this host First published in XenServer 7.2.Methods in com.xensource.xenapi that return FeatureModifier and TypeMethodDescriptionstatic FeatureFeature.getByUuid(Connection c, String uuid) Get a reference to the Feature instance with the specified UUID.static FeatureTypes.toFeature(Task task, Connection connection) static FeatureDeprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeature.getAll(Connection c) Return a list of all the Features known to the system.static Map<Feature,Feature.Record> Feature.getAllRecords(Connection c) Return a map of Feature references to Feature records for all Features known to the system.Feature.getByNameLabel(Connection c, String label) Get all the Feature instances with the given label.Host.getFeatures(Connection c) Get the features field of the given host.static Map<Feature,Feature.Record> Types.toMapOfFeatureFeatureRecord(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfFeature(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.