|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddInternetServiceOptions | |
|---|---|
| org.jclouds.vcloud.terremark | |
| org.jclouds.vcloud.terremark.options | |
| Uses of AddInternetServiceOptions in org.jclouds.vcloud.terremark |
|---|
| Methods in org.jclouds.vcloud.terremark with parameters of type AddInternetServiceOptions | |
|---|---|
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)
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
|
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)
|
| Uses of AddInternetServiceOptions in org.jclouds.vcloud.terremark.options |
|---|
| Methods in org.jclouds.vcloud.terremark.options that return AddInternetServiceOptions | |
|---|---|
AddInternetServiceOptions |
AddInternetServiceOptions.disabled()
|
static AddInternetServiceOptions |
AddInternetServiceOptions.Builder.disabled()
|
AddInternetServiceOptions |
AddInternetServiceOptions.withDescription(String description)
|
static AddInternetServiceOptions |
AddInternetServiceOptions.Builder.withDescription(String description)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||