org.jclouds.savvis.vpdc.features
Interface ServiceManagementAsyncApi


public interface ServiceManagementAsyncApi

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:
VMApi#powerOnVMInVDC

powerOnVM

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

powerOffVMInVDC

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

powerOffVM

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


Copyright © 2009-2012 jclouds. All Rights Reserved.