Uses of Class
org.openstack4j.model.compute.RebootType
-
Packages that use RebootType Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain.actions org.openstack4j.openstack.compute.internal -
-
Uses of RebootType in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type RebootType Modifier and Type Method Description ActionResponseServerService. reboot(String serverId, RebootType type)Reboot a server by SOFT (software-level) or HARD (hardware power cycle) -
Uses of RebootType in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return RebootType Modifier and Type Method Description static RebootTypeRebootType. 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.openstack4j.openstack.compute.domain.actions
Constructors in org.openstack4j.openstack.compute.domain.actions with parameters of type RebootType Constructor Description Reboot(RebootType type) -
Uses of RebootType in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type RebootType Modifier and Type Method Description ActionResponseServerServiceImpl. reboot(String serverId, RebootType type)Reboot a server by SOFT (software-level) or HARD (hardware power cycle)
-