Uses of Enum Class
org.jclouds.openstack.nova.v2_0.domain.RebootType
Packages that use RebootType
-
Uses of RebootType in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return RebootTypeModifier and TypeMethodDescriptionstatic RebootTypestatic RebootTypeReturns the enum constant of this class with the specified name.static RebootType[]RebootType.values()Returns an array containing the constants of this enum class, 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 RebootTypeModifier and TypeMethodDescriptionvoidServerApi.reboot(String id, RebootType rebootType) Reboot a server.