Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVM(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVMInVDC(String billingSiteId,
String vpdcId,
String vAppId) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVM(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVMInVDC(String billingSiteId,
String vpdcId,
String vAppId) |
com.google.common.util.concurrent.ListenableFuture<Task> powerOnVMInVDC(@Nullable String billingSiteId, String vpdcId, String vAppId)
VMClient#powerOnVMInVDC
com.google.common.util.concurrent.ListenableFuture<Task> powerOnVM(URI vm)
VMClient.powerOnVM(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> powerOffVMInVDC(@Nullable String billingSiteId, String vpdcId, String vAppId)
VMClient#powerOffVMInVDC
com.google.common.util.concurrent.ListenableFuture<Task> powerOffVM(URI vm)
VMClient.powerOffVM(java.net.URI)
Copyright © 2009-2012 jclouds. All Rights Reserved.