Uses of Interface
org.openstack4j.model.octavia.HealthMonitorV2
-
Packages that use HealthMonitorV2 Package Description org.openstack4j.api.octavia org.openstack4j.openstack.octavia.domain org.openstack4j.openstack.octavia.internal -
-
Uses of HealthMonitorV2 in org.openstack4j.api.octavia
Methods in org.openstack4j.api.octavia 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.octavia 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.octavia with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2Service. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2 -
Uses of HealthMonitorV2 in org.openstack4j.openstack.octavia.domain
Classes in org.openstack4j.openstack.octavia.domain that implement HealthMonitorV2 Modifier and Type Class Description classOctaviaHealthMonitorV2A lbaas v2 health monitor entityMethods in org.openstack4j.openstack.octavia.domain that return HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2OctaviaHealthMonitorV2.HealthMonitorV2Concretebuilder. build()Methods in org.openstack4j.openstack.octavia.domain with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2BuilderOctaviaHealthMonitorV2.HealthMonitorV2Concretebuilder. from(HealthMonitorV2 in) -
Uses of HealthMonitorV2 in org.openstack4j.openstack.octavia.internal
Methods in org.openstack4j.openstack.octavia.internal 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.octavia.internal 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.octavia.internal with parameters of type HealthMonitorV2 Modifier and Type Method Description HealthMonitorV2HealthMonitorV2ServiceImpl. create(HealthMonitorV2 healthMonitor)Create a healthMonitorV2
-