|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
void |
CloudServersClient.rebootServer(int id,
RebootType rebootType)
The reboot function allows for either a soft or hard reboot of a server. |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebootServer(int id,
RebootType rebootType)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||