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

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

Uses of RebootType in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with parameters of type RebootType
 com.google.common.util.concurrent.ListenableFuture<Void> NovaAsyncClient.rebootServer(int id, RebootType rebootType)
           
 void NovaClient.rebootServer(int id, RebootType rebootType)
          The reboot function allows for either a soft or hard reboot of a server.
 

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

Methods in org.jclouds.openstack.nova.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.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.