Class NetworkIPAvailabilityServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.networking.internal.BaseNetworkingServices
-
- org.openstack4j.openstack.networking.internal.ext.NetworkIPAvailabilityServiceImpl
-
- All Implemented Interfaces:
NetworkIPAvailabilityService,RestService
public class NetworkIPAvailabilityServiceImpl extends BaseNetworkingServices implements NetworkIPAvailabilityService
Network IP availability and usage stats Extension API- Author:
- Xiangbin HAN
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description NetworkIPAvailabilityServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends NetworkIPAvailability>get()Lists network IP availability for networksNetworkIPAvailabilityget(String networkId)Fetches the network IP availability for the specified network-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
get
public List<? extends NetworkIPAvailability> get()
Description copied from interface:NetworkIPAvailabilityServiceLists network IP availability for networks- Specified by:
getin interfaceNetworkIPAvailabilityService- Returns:
- the list of quotas
-
get
public NetworkIPAvailability get(String networkId)
Description copied from interface:NetworkIPAvailabilityServiceFetches the network IP availability for the specified network- Specified by:
getin interfaceNetworkIPAvailabilityService- Parameters:
networkId- the network identifier- Returns:
- the network IP availability
-
-