Uses of Class
org.openstack4j.openstack.octavia.domain.ListItem
-
Packages that use ListItem Package Description org.openstack4j.model.octavia org.openstack4j.openstack.octavia.domain -
-
Uses of ListItem in org.openstack4j.model.octavia
Methods in org.openstack4j.model.octavia that return types with arguments of type ListItem Modifier and Type Method Description List<ListItem>LbPoolV2. getListeners()Listeners associated with the poolList<ListItem>LoadBalancerV2. getListeners()List<ListItem>ListenerV2. getLoadBalancers()List<ListItem>LbPoolV2. getMembers()List<ListItem>HealthMonitorV2. getPools()The pools that this health monitor will monitor. -
Uses of ListItem in org.openstack4j.openstack.octavia.domain
Methods in org.openstack4j.openstack.octavia.domain that return types with arguments of type ListItem Modifier and Type Method Description List<ListItem>OctaviaLbPoolV2. getListeners()Listeners associated with the poolList<ListItem>OctaviaLoadBalancerV2. getListeners()List<ListItem>OctaviaListenerV2. getLoadBalancers()List<ListItem>OctaviaLbPoolV2. getMembers()List<ListItem>OctaviaHealthMonitorV2. getPools()
-