org.jclouds.openstack.nova.v2_0.extensions
Interface ServerWithSecurityGroupsAsyncApi


public interface ServerWithSecurityGroupsAsyncApi

Provides synchronous access to Servers with Security Groups.

Author:
Adam Lowe
See Also:
ServerAsyncApi, ServerWithSecurityGroupsApi,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<ServerWithSecurityGroups> getServer(String id)
           
 

Method Detail

getServer

com.google.common.util.concurrent.ListenableFuture<ServerWithSecurityGroups> getServer(String id)
See Also:
ServerWithSecurityGroupsApi.getServer(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.