Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getAllInternetServicesInVDC(URI vDCId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.getInternetService(URI internetServiceId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkECloudAsyncClient.getInternetServicesOnPublicIp(URI ipId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map.Entry<InternetService,PublicIpAddress> |
TerremarkECloudInternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp,
int port,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
InternetService |
TerremarkVCloudClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
This call adds an internet service to a known, existing public IP.
|
InternetService |
TerremarkVCloudClient.getInternetService(URI internetServiceId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
Set<InternetService> |
TerremarkVCloudClient.getAllInternetServicesInVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getAllInternetServicesInVDC(URI vDCId) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.getInternetService(URI internetServiceId) |
Set<InternetService> |
TerremarkVCloudClient.getInternetServicesOnPublicIp(URI ipId)
This call returns information about the internet service on a public IP.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getInternetServicesOnPublicIp(URI ipId) |
Set<InternetService> |
TerremarkVCloudClient.getPublicIp(URI ipId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<InternetService>> |
TerremarkVCloudAsyncClient.getPublicIp(URI ipId) |
Modifier and Type | Method and Description |
---|---|
int |
InternetService.compareTo(InternetService that) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<InternetService,PublicIpAddress> |
InternetServiceAndPublicIpAddressSupplier.getNewInternetServiceAndIp(VApp vApp,
int port,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
InternetService |
InternetServiceHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<InternetService> |
InternetServicesHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
InternetService |
TerremarkVCloudExpressClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
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.