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.features
List of features available on this host First published in XenServer 7.2.Methods in com.xensource.xenapi that return FeatureModifier and TypeMethodDescriptionstatic Feature
Feature.getByUuid
(Connection c, String uuid) Get a reference to the Feature instance with the specified UUID.static Feature
Types.toFeature
(Task task, Connection connection) static Feature
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) Types.toSetOfFeature
(Object object)