Uses of Enum Class
com.morpheusdata.model.Instance.Status
Packages that use Instance.Status
-
Uses of Instance.Status in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud with parameters of type Instance.StatusModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Void>MorpheusCloudService.updateInstanceStatus(List<Long> ids, Instance.Status status) Update a collection of Instances to a particular status. -
Uses of Instance.Status in com.morpheusdata.model
Methods in com.morpheusdata.model that return Instance.StatusModifier and TypeMethodDescriptionstatic Instance.StatusReturns the enum constant of this class with the specified name.static Instance.Status[]Instance.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.