Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.model.compute | |
org.openstack4j.openstack.compute.domain.actions | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerService.reboot(String serverId,
RebootType type)
Reboot a server by SOFT (software-level) or HARD (hardware power cycle)
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Reboot(RebootType type) |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ServerServiceImpl.reboot(String serverId,
RebootType type)
Reboot a server by SOFT (software-level) or HARD (hardware power cycle)
|
Copyright © 2017. All rights reserved.