| Modifier and Type | Method and Description | 
|---|---|
AsyncCreateResponse | 
associateIPAddressInZone(String zoneId,
                        AssociateIPAddressOptions... options)
Acquires and associates a public IP to an account. 
 | 
void | 
disassociateIPAddress(String id)
Disassociates an ip address from the account. 
 | 
PublicIPAddress | 
getPublicIPAddress(String id)
get a specific IPAddress by id 
 | 
Set<PublicIPAddress> | 
listPublicIPAddresses(ListPublicIPAddressesOptions... options)
Lists IPAddresses 
 | 
Set<PublicIPAddress> listPublicIPAddresses(ListPublicIPAddressesOptions... options)
options - if present, how to constrain the list.PublicIPAddress getPublicIPAddress(String id)
id - IPAddress to getAsyncCreateResponse associateIPAddressInZone(String zoneId, AssociateIPAddressOptions... options)
zoneId - the ID of the availability zone you want to acquire an public IP
           address fromvoid disassociateIPAddress(String id)
id - the id of the public ip address to disassociateCopyright © 2009-2013 jclouds. All Rights Reserved.