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


@Beta
public interface ConsolesApi

Provides access to the OpenStack Compute (Nova) Consoles Extension API.


Method Summary
 Console getConsole(String serverId, Console.Type type)
          Gets the specified server Console.
 

Method Detail

getConsole

@Named(value="consoles:getConsole")
Console getConsole(String serverId,
                         Console.Type type)
Gets the specified server Console.

Parameters:
serverId - Server id
type - see Console.Type
Returns:
a Console object containing the console url and type.


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.