| 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.  
  | 
| 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. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> | 
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
                              String serviceName,
                              Protocol protocol,
                              int port,
                              AddInternetServiceOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
InternetService.getProtocol()  | 
static Protocol | 
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Protocol[] | 
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| 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 | 
|---|---|
InternetService | 
TerremarkVCloudExpressClient.addInternetServiceToVDC(URI vDCId,
                       String serviceName,
                       Protocol protocol,
                       int port,
                       AddInternetServiceOptions... options)  | 
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.