Package org.openstack4j.api.octavia
Class LoadBalancerV2Tests
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.octavia.LoadBalancerV2Tests
-
public class LoadBalancerV2Tests extends AbstractTest
- Author:
- wei
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.api.AbstractTest
AbstractTest.Service
-
-
Field Summary
-
Fields inherited from class org.openstack4j.api.AbstractTest
JSON_ACCESS, JSON_TOKEN, osv2, osv3, server, TOKEN_ID
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerV2Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractTest.Serviceservice()voidtestCreateLoadBalancerV2()voidtestDeleteLoadbalancerV2()voidtestGetLoadBalancerV2()voidtestGetLoadBalancerV2Stats()voidtestGetLoadBalancerV2Statuses()voidtestListLoadBalancersV2()voidtestListLoadBalancersV2Filter()voidtestUpdateLoadBalancerV2()-
Methods inherited from class org.openstack4j.api.AbstractTest
afterTest, associateClientV2, associateClientV3, authURL, getResource, osv2, osv3, respondWith, respondWith, respondWith, respondWith, respondWith, respondWithCodeAndResource, respondWithHeaderAndResource, startServer, takeRequest
-
-
-
-
Method Detail
-
testListLoadBalancersV2
public void testListLoadBalancersV2() throws IOException- Throws:
IOException
-
testListLoadBalancersV2Filter
public void testListLoadBalancersV2Filter() throws IOException- Throws:
IOException
-
testGetLoadBalancerV2
public void testGetLoadBalancerV2() throws IOException- Throws:
IOException
-
testCreateLoadBalancerV2
public void testCreateLoadBalancerV2() throws IOException- Throws:
IOException
-
testUpdateLoadBalancerV2
public void testUpdateLoadBalancerV2() throws IOException- Throws:
IOException
-
testDeleteLoadbalancerV2
public void testDeleteLoadbalancerV2()
-
testGetLoadBalancerV2Stats
public void testGetLoadBalancerV2Stats() throws IOException- Throws:
IOException
-
testGetLoadBalancerV2Statuses
public void testGetLoadBalancerV2Statuses() throws IOException- Throws:
IOException
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-