| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
TerremarkECloudClient.activatePublicIpInVDC(URI vDCId)
Allocate a new public IP
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PublicIpAddress> |
TerremarkECloudAsyncClient.activatePublicIpInVDC(URI vDCId) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<InternetService,PublicIpAddress> |
TerremarkECloudInternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp,
int port,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Set<PublicIpAddress> |
TerremarkVCloudClient.getPublicIpsAssociatedWithVDC(URI vDCId)
This call returns a list of public IP addresses.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PublicIpAddress>> |
TerremarkVCloudAsyncClient.getPublicIpsAssociatedWithVDC(URI vDCId) |
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
InternetService.getPublicIpAddress() |
| Modifier and Type | Method and Description |
|---|---|
int |
PublicIpAddress.compareTo(PublicIpAddress that) |
| Constructor and Description |
|---|
InternetService(String name,
URI id,
PublicIpAddress publicIpAddress,
int port,
Protocol protocol,
boolean enabled,
int timeout,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<InternetService,PublicIpAddress> |
InternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp,
int port,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress |
PublicIpAddressHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<PublicIpAddress> |
PublicIpAddressesHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<InternetService,PublicIpAddress> |
TerremarkVCloudExpressInternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp,
int port,
Protocol protocol) |
Copyright © 2009-2013 jclouds. All Rights Reserved.