|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonVCloudComputeClient
| Method Summary | |
|---|---|
Set<String> |
getPrivateAddresses(URI vAppId)
returns a set of addresses that are only visible to the private network. |
Set<String> |
getPublicAddresses(URI vAppId)
returns a set of addresses that are publically visible |
void |
reset(URI vAppId)
reboots the vApp, blocking until the following state transition is complete: current -> VAppStatus#OFF -> VAppStatus#ON |
void |
stop(URI vAppId)
Destroys dependent resources, powers off and deletes the vApp, blocking until the following state transition is complete: current -> VAppStatus#OFF -> deleted |
| Method Detail |
|---|
Set<String> getPrivateAddresses(URI vAppId)
Set<String> getPublicAddresses(URI vAppId)
void reset(URI vAppId)
VAppStatus#OFF -> VAppStatus#ON
vAppId - vApp to rebootvoid stop(URI vAppId)
VAppStatus#OFF -> deleted
vAppId - vApp to stop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||