Uses of Class
org.opennms.netmgt.config.vmware.cim.VmwareCimDatacollectionConfig
-
Packages that use VmwareCimDatacollectionConfig Package Description org.opennms.netmgt.dao org.opennms.netmgt.dao.jaxb -
-
Uses of VmwareCimDatacollectionConfig in org.opennms.netmgt.dao
Methods in org.opennms.netmgt.dao that return VmwareCimDatacollectionConfig Modifier and Type Method Description VmwareCimDatacollectionConfig
VmwareCimDatacollectionConfigDao. getConfig()
Returns the loaded config object. -
Uses of VmwareCimDatacollectionConfig in org.opennms.netmgt.dao.jaxb
Methods in org.opennms.netmgt.dao.jaxb that return VmwareCimDatacollectionConfig Modifier and Type Method Description VmwareCimDatacollectionConfig
VmwareCimDatacollectionConfigDaoJaxb. getConfig()
Returns the loaded config object.VmwareCimDatacollectionConfig
VmwareCimDatacollectionConfigDaoJaxb. translateConfig(VmwareCimDatacollectionConfig jaxbConfig)
Used to transform the config object to a custom representation.Methods in org.opennms.netmgt.dao.jaxb with parameters of type VmwareCimDatacollectionConfig Modifier and Type Method Description VmwareCimDatacollectionConfig
VmwareCimDatacollectionConfigDaoJaxb. translateConfig(VmwareCimDatacollectionConfig jaxbConfig)
Used to transform the config object to a custom representation.
-