Uses of Class
org.jclouds.openstack.nova.v2_0.domain.RebootType

Packages that use RebootType
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.features   
 

Uses of RebootType in org.jclouds.openstack.nova.v2_0.domain
 

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

Uses of RebootType in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features with parameters of type RebootType
 void ServerApi.reboot(String id, RebootType rebootType)
          Reboot a server.
 



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