Uses of Interface
org.openstack4j.model.network.ext.HealthMonitor
-
Packages that use HealthMonitor Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of HealthMonitor in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return HealthMonitor Modifier and Type Method Description HealthMonitorLbPoolService. associateHealthMonitor(String lbPoolId, String healthMonitorId)Associates a health monitor with a specified pool.HealthMonitorLbPoolService. associateHealthMonitor(String lbPoolId, HealthMonitorAssociate associate)Associates a health monitor with a specified pool.HealthMonitorHealthMonitorService. create(HealthMonitor healthMonitor)Create a healthMonitorHealthMonitorHealthMonitorService. get(String healthMonitorId)Get the specified healthMonitor by IDHealthMonitorHealthMonitorService. update(String healthMonitorId, HealthMonitorUpdate healthMonitor)Update a healthMonitorMethods in org.openstack4j.api.networking.ext that return types with arguments of type HealthMonitor Modifier and Type Method Description List<? extends HealthMonitor>HealthMonitorService. list()List all healthMonitor that the current tenant has access toList<? extends HealthMonitor>HealthMonitorService. list(Map<String,String> filteringParams)Returns list of healthMonitor filtered by parameters.Methods in org.openstack4j.api.networking.ext with parameters of type HealthMonitor Modifier and Type Method Description HealthMonitorHealthMonitorService. create(HealthMonitor healthMonitor)Create a healthMonitor -
Uses of HealthMonitor in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement HealthMonitor Modifier and Type Class Description classNeutronHealthMonitorA health monitor entityMethods in org.openstack4j.openstack.networking.domain.ext that return HealthMonitor Modifier and Type Method Description HealthMonitorNeutronHealthMonitor.HealthMonitorConcretebuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type HealthMonitor Modifier and Type Method Description HealthMonitorBuilderNeutronHealthMonitor.HealthMonitorConcretebuilder. from(HealthMonitor in) -
Uses of HealthMonitor in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return HealthMonitor Modifier and Type Method Description HealthMonitorLbPoolServiceImpl. associateHealthMonitor(String lbPoolId, String healthMonitorId)Associates a health monitor with a specified pool.HealthMonitorLbPoolServiceImpl. associateHealthMonitor(String lbPoolId, HealthMonitorAssociate associate)Associates a health monitor with a specified pool.HealthMonitorHealthMonitorServiceImpl. create(HealthMonitor healthMonitor)Create a healthMonitorHealthMonitorHealthMonitorServiceImpl. get(String healthMonitorId)Get the specified healthMonitor by IDHealthMonitorHealthMonitorServiceImpl. update(String healthMonitorId, HealthMonitorUpdate healthMonitor)Update a healthMonitorMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type HealthMonitor Modifier and Type Method Description List<? extends HealthMonitor>HealthMonitorServiceImpl. list()List all healthMonitor that the current tenant has access toList<? extends HealthMonitor>HealthMonitorServiceImpl. list(Map<String,String> filteringParams)Returns list of healthMonitor filtered by parameters.Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type HealthMonitor Modifier and Type Method Description HealthMonitorHealthMonitorServiceImpl. create(HealthMonitor healthMonitor)Create a healthMonitor
-