org.jclouds.savvis.vpdc.features
Interface ServiceManagementAsyncClient


public interface ServiceManagementAsyncClient

Provides access to Symphony VPDC resources via their REST API.

Author:
Adrian Cole
See Also:

Method Summary
 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)
           
 

Method Detail

powerOnVMInVDC

com.google.common.util.concurrent.ListenableFuture<Task> powerOnVMInVDC(@Nullable
                                                                        String billingSiteId,
                                                                        String vpdcId,
                                                                        String vAppId)
See Also:
VMClient#powerOnVMInVDC

powerOnVM

com.google.common.util.concurrent.ListenableFuture<Task> powerOnVM(URI vm)
See Also:
VMClient.powerOnVM(java.net.URI)

powerOffVMInVDC

com.google.common.util.concurrent.ListenableFuture<Task> powerOffVMInVDC(@Nullable
                                                                         String billingSiteId,
                                                                         String vpdcId,
                                                                         String vAppId)
See Also:
VMClient#powerOffVMInVDC

powerOffVM

com.google.common.util.concurrent.ListenableFuture<Task> powerOffVM(URI vm)
See Also:
VMClient.powerOffVM(java.net.URI)


Copyright © 2009-2011 jclouds. All Rights Reserved.