|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressClient
Provides synchronous access to CloudStack IPAddress features.
IPAddressAsyncClient
,
Method Summary | |
---|---|
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 |
Method Detail |
---|
Set<PublicIPAddress> listPublicIPAddresses(ListPublicIPAddressesOptions... options)
options
- if present, how to constrain the list.
PublicIPAddress getPublicIPAddress(long id)
id
- IPAddress to get
AsyncCreateResponse associateIPAddressInZone(long zoneId, AssociateIPAddressOptions... options)
zoneId
- the ID of the availability zone you want to acquire an public IP
address from
void disassociateIPAddress(long id)
id
- the id of the public ip address to disassociate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |