|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||