|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VirtualIPApi
A virtual IP makes a load balancer accessible by clients. The load balancing service supports either a public VIP, routable on the public Internet, or a ServiceNet address, routable only within the region in which the load balancer resides.
| Method Summary | |
|---|---|
VirtualIPWithId |
create(VirtualIP virtualIP)
Create a new virtual IP. |
boolean |
delete(int id)
Delete a virtual IP. |
boolean |
delete(Iterable<Integer> ids)
Batch delete virtual IPs given the specified ids. |
Iterable<VirtualIPWithId> |
list()
List the virtual IPs. |
| Method Detail |
|---|
@Named(value="virtualip:create") VirtualIPWithId create(VirtualIP virtualIP)
@Named(value="virtualip:list") Iterable<VirtualIPWithId> list()
@Named(value="virtualip:delete") boolean delete(int id)
delete(Iterable)@Named(value="virtualip:delete") boolean delete(Iterable<Integer> ids)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||