Uses of Enum Class
com.morpheusdata.model.ComputeServer.PowerState
Packages that use ComputeServer.PowerState
-
Uses of ComputeServer.PowerState in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ComputeServer.PowerStateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Void>MorpheusComputeServerService.updatePowerState(Long computeServerId, ComputeServer.PowerState state) Update the power state of a server and any related vms -
Uses of ComputeServer.PowerState in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ComputeServer.PowerStateMethods in com.morpheusdata.model that return ComputeServer.PowerStateModifier and TypeMethodDescriptionComputeServer.getPowerState()static ComputeServer.PowerStateReturns the enum constant of this class with the specified name.static ComputeServer.PowerState[]ComputeServer.PowerState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type ComputeServer.PowerStateModifier and TypeMethodDescriptionvoidComputeServer.setPowerState(ComputeServer.PowerState powerState)