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