Interface ServerWithSecurityGroupsApi
@Beta
@Consumes("application/json")
@Path("/os-create-server-ext")
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:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve details of the specified server, including security groups
-
Method Details
-
get
@Named("server:get") @GET @Path("/{id}") @Nullable ServerWithSecurityGroups get(@PathParam("id") String id) Retrieve details of the specified server, including security groups- Parameters:
id
- id of the server- Returns:
- server or null if not found
-