Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.functions | |
org.jclouds.cloudstack.predicates |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
PublicIPAddress.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
PublicIPAddress.compareTo(PublicIPAddress arg0) |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
AddressClient.getPublicIPAddress(long id)
get a specific IPAddress by id
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PublicIPAddress> |
AddressAsyncClient.getPublicIPAddress(long id) |
Set<PublicIPAddress> |
AddressClient.listPublicIPAddresses(ListPublicIPAddressesOptions... options)
Lists IPAddresses
|
com.google.common.util.concurrent.ListenableFuture<Set<PublicIPAddress>> |
AddressAsyncClient.listPublicIPAddresses(ListPublicIPAddressesOptions... options) |
Modifier and Type | Method and Description |
---|---|
PublicIPAddress |
ReuseOrAssociateNewPublicIPAddress.apply(Network input) |
PublicIPAddress |
StaticNATVirtualMachineInNetwork.apply(VirtualMachine vm) |
static PublicIPAddress |
ReuseOrAssociateNewPublicIPAddress.associateIPAddressInNetwork(Network network,
CloudStackClient client,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult) |
static PublicIPAddress |
ReuseOrAssociateNewPublicIPAddress.findAvailableAndAssociatedWithNetwork(long networkId,
AddressClient client)
Finds existing addresses who are ready for use and not assigned to a
machine.
|
Modifier and Type | Method and Description |
---|---|
Set<IPForwardingRule> |
CreatePortForwardingRulesForIP.apply(PublicIPAddress ip,
Iterable<Integer> ports) |
Set<IPForwardingRule> |
CreatePortForwardingRulesForIP.apply(PublicIPAddress ip,
String protocol,
Iterable<Integer> ports) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<PublicIPAddress> |
PublicIPAddressPredicates.any() |
static com.google.common.base.Predicate<PublicIPAddress> |
PublicIPAddressPredicates.associatedWithNetwork(long networkId) |
static com.google.common.base.Predicate<PublicIPAddress> |
PublicIPAddressPredicates.available() |
Modifier and Type | Method and Description |
---|---|
boolean |
PublicIPAddressPredicates.AssociatedWithNetwork.apply(PublicIPAddress input) |
boolean |
PublicIPAddressPredicates.Available.apply(PublicIPAddress arg0) |
Copyright © 2009-2012 jclouds. All Rights Reserved.