public class NetworkIPAvailabilityServiceImpl extends BaseNetworkingServices implements NetworkIPAvailabilityService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
NetworkIPAvailabilityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends NetworkIPAvailability> |
get()
Lists network IP availability for networks
|
NetworkIPAvailability |
get(String networkId)
Fetches the network IP availability for the specified network
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends NetworkIPAvailability> get()
NetworkIPAvailabilityServiceget in interface NetworkIPAvailabilityServicepublic NetworkIPAvailability get(String networkId)
NetworkIPAvailabilityServiceget in interface NetworkIPAvailabilityServicenetworkId - the network identifierCopyright © 2020. All rights reserved.