| Package | Description | 
|---|---|
| org.jclouds.trmk.ecloud | |
| org.jclouds.trmk.vcloud_0_8 | |
| org.jclouds.trmk.vcloud_0_8.options | |
| org.jclouds.trmk.vcloudexpress | 
| 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)  | 
| 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 | 
|---|---|
AddInternetServiceOptions | 
AddInternetServiceOptions.disabled()  | 
static AddInternetServiceOptions | 
AddInternetServiceOptions.Builder.disabled()  | 
AddInternetServiceOptions | 
AddInternetServiceOptions.monitorDisabled()  | 
static AddInternetServiceOptions | 
AddInternetServiceOptions.Builder.monitorDisabled()  | 
AddInternetServiceOptions | 
AddInternetServiceOptions.withDescription(String description)  | 
static AddInternetServiceOptions | 
AddInternetServiceOptions.Builder.withDescription(String description)  | 
| 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)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.