Uses of Class
org.jclouds.cloudservers.domain.RebootType

Packages that use RebootType
org.jclouds.cloudservers   
org.jclouds.cloudservers.domain   
 

Uses of RebootType in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with parameters of type RebootType
 com.google.common.util.concurrent.ListenableFuture<Void> CloudServersAsyncClient.rebootServer(int id, RebootType rebootType)
           
 void CloudServersClient.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.cloudservers.domain
 

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