Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Console.Type

Packages that use Console.Type
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.extensions   
 

Uses of Console.Type in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as Console.Type
protected  Console.Type Console.Builder.type
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Console.Type
static Console.Type Console.Type.fromValue(String type)
          Used from jclouds builtin deserializer.
 Console.Type Console.getType()
           
static Console.Type Console.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Console.Type[] Console.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Console.Type
 T Console.Builder.type(Console.Type type)
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type Console.Type
Console(URI url, Console.Type type)
           
 

Uses of Console.Type in org.jclouds.openstack.nova.v2_0.extensions
 

Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type Console.Type
 Console ConsolesApi.getConsole(String serverId, Console.Type type)
          Gets the specified server Console.
 



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