| Modifier and Type | Method and Description | 
|---|---|
List<UnmanagedIp> | 
UnmanagedNetwork.listIps(IpOptions options)  | 
List<PublicIp> | 
PublicNetwork.listIps(IpOptions options)  | 
List<PrivateIp> | 
PrivateNetwork.listIps(IpOptions options)  | 
abstract List<T> | 
Network.listIps(IpOptions options)  | 
List<ExternalIp> | 
ExternalNetwork.listIps(IpOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
IpOptions | 
IpOptions.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> | 
CloudAsyncApi.listAvailablePublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
                      IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.PublicIpsDto | 
CloudApi.listAvailablePublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
                      IpOptions options)
List all available ips to purchase in the datacenter by the virtual datacenter. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.ExternalIpsDto> | 
InfrastructureAsyncApi.listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
               IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.ExternalIpsDto | 
InfrastructureApi.listExternalIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
               IpOptions options)
List all the IPs in the given external network. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PrivateIpsDto> | 
CloudAsyncApi.listPrivateNetworkIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
                     IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.PrivateIpsDto | 
CloudApi.listPrivateNetworkIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
                     IpOptions options)
List all ips for a private network with options. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> | 
InfrastructureAsyncApi.listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
             IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.PublicIpsDto | 
InfrastructureApi.listPublicIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
             IpOptions options)
List all the IPs in the given public network. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.PublicIpsDto> | 
CloudAsyncApi.listPurchasedPublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
                      IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.PublicIpsDto | 
CloudApi.listPurchasedPublicIps(com.abiquo.server.core.cloud.VirtualDatacenterDto virtualDatacenter,
                      IpOptions options)
List all purchased public ip addresses in the virtual datacenter. 
 | 
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto> | 
InfrastructureAsyncApi.listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
                IpOptions options)  | 
com.abiquo.server.core.infrastructure.network.UnmanagedIpsDto | 
InfrastructureApi.listUnmanagedIps(com.abiquo.server.core.infrastructure.network.VLANNetworkDto network,
                IpOptions options)
List all the IPs in the given unmanaged network. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<PrivateIp> | 
SearchService.searchPrivateIps(PrivateNetwork network,
                IpOptions options)
Get the list of filtered ips for a private network. 
 | 
Iterable<PublicIp> | 
SearchService.searchPublicIpsToPurchase(VirtualDatacenter virtualDatacenter,
                         IpOptions options)
Get the list of filtered public ips to purchase by a virtual datacenter. 
 | 
Iterable<PublicIp> | 
SearchService.searchPurchasedPublicIps(VirtualDatacenter virtualDatacenter,
                        IpOptions options)
Get the list of filtered purchased public ips by a virtual datacenter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<PrivateIp> | 
BaseSearchService.searchPrivateIps(PrivateNetwork network,
                IpOptions options)
Private Network 
 | 
Iterable<PublicIp> | 
BaseSearchService.searchPublicIpsToPurchase(VirtualDatacenter virtualDatacenter,
                         IpOptions options)  | 
Iterable<PublicIp> | 
BaseSearchService.searchPurchasedPublicIps(VirtualDatacenter virtualDatacenter,
                        IpOptions options)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.