org.jclouds.openstack.nova.v2_0.extensions
Interface ServerWithSecurityGroupsApi
public interface ServerWithSecurityGroupsApi
Provides synchronous access to Server details including security group, referred to as the CREATESERVEREXT extension
in the nova documentation
NOTE: the equivalent to listServersInDetail() isn't available at the other end, so not extending ServerApi at this
time.
- Author:
- Adam Lowe
- See Also:
ServerApi,
ServerWithSecurityGroupsAsyncApi,
getServer
ServerWithSecurityGroups getServer(String id)
- Retrieve details of the specified server, including security groups
- Parameters:
id - id of the server
- Returns:
- server or null if not found
Copyright © 2009-2012 jclouds. All Rights Reserved.