Modifier and Type | Method and Description |
---|---|
AsyncCreateResponse |
associateIPAddressInZone(long zoneId,
AssociateIPAddressOptions... options)
Acquires and associates a public IP to an account.
|
void |
disassociateIPAddress(long id)
Disassociates an ip address from the account.
|
PublicIPAddress |
getPublicIPAddress(long 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(long id)
id
- IPAddress to getAsyncCreateResponse associateIPAddressInZone(long zoneId, AssociateIPAddressOptions... options)
zoneId
- the ID of the availability zone you want to acquire an public IP
address fromvoid disassociateIPAddress(long id)
id
- the id of the public ip address to disassociateCopyright © 2009-2012 jclouds. All Rights Reserved.