|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VCloudExpressComputeClient
| Method Summary | |
|---|---|
VCloudExpressVApp |
start(URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen)
Runs through all commands necessary to startup a vApp, opening at least one ip address to the public network. |
| Methods inherited from interface org.jclouds.vcloud.compute.CommonVCloudComputeClient |
|---|
getPrivateAddresses, getPublicAddresses, reset, stop |
| Method Detail |
|---|
VCloudExpressVApp start(@Nullable
URI VDC,
URI templateId,
String name,
InstantiateVAppTemplateOptions options,
int... portsToOpen)
VAppStatus#ON
VDC - id of the virtual datacenter VCloudClient#getDefaultVDCtemplateId - id of the vAppTemplate you wish to instantiatename - name of the vAppcores - amount of virtual cpu coresmegs - amount of ram in megabytesoptions - options for instantiating the vApp; null is okportsToOpen - opens the following ports on the public ip address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||