Uses of Interface
org.openstack4j.model.network.ext.HealthMonitorV2
-
Packages that use HealthMonitorV2 Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of HealthMonitorV2 in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2Service. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2HealthMonitorV2HealthMonitorV2Service. get(String healthMonitorId)Get the specified healthMonitorV2 by IDHealthMonitorV2HealthMonitorV2Service. update(String healthMonitorId, HealthMonitorV2Update healthMonitor)Update a healthMonitorV2Methods in org.openstack4j.api.networking.ext that return types with arguments of type HealthMonitorV2 Modifier and Type Method Description List<? extends HealthMonitorV2>HealthMonitorV2Service. list()List all healthMonitor that the current tenant has access toList<? extends HealthMonitorV2>HealthMonitorV2Service. list(Map<String,String> filteringParams)Returns list of healthMonitorV2 filtered by parameters.Methods in org.openstack4j.api.networking.ext with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2Service. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2 -
Uses of HealthMonitorV2 in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement HealthMonitorV2 Modifier and Type Class Description classNeutronHealthMonitorV2A lbaas v2 health monitor entityMethods in org.openstack4j.openstack.networking.domain.ext that return HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2NeutronHealthMonitorV2.HealthMonitorV2Concretebuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2BuilderNeutronHealthMonitorV2.HealthMonitorV2Concretebuilder. from(HealthMonitorV2 in) -
Uses of HealthMonitorV2 in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2ServiceImpl. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2HealthMonitorV2HealthMonitorV2ServiceImpl. get(String healthMonitorId)Get the specified healthMonitorV2 by IDHealthMonitorV2HealthMonitorV2ServiceImpl. update(String healthMonitorId, HealthMonitorV2Update healthMonitor)Update a healthMonitorV2Methods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type HealthMonitorV2 Modifier and Type Method Description List<? extends HealthMonitorV2>HealthMonitorV2ServiceImpl. list()List all healthMonitor that the current tenant has access toList<? extends HealthMonitorV2>HealthMonitorV2ServiceImpl. list(Map<String,String> filteringParams)Returns list of healthMonitorV2 filtered by parameters.Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2ServiceImpl. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2
-