org.jclouds.openstack.nova.v2_0.extensions
Interface ServerWithSecurityGroupsApi
@Beta
public interface ServerWithSecurityGroupsApi
Provides access to the OpenStack Compute (Nova) Create Server extension API.
This provides details including the security groups associated with a Server.
NOTE: the equivalent to listServersInDetail() isn't available at the other end, so not
extending ServerApi at this time.
- See Also:
ServerApi
get
@Named(value="server:get")
@Nullable
ServerWithSecurityGroups get(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-2014 The Apache Software Foundation. All Rights Reserved.