Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmHostStatus.Status
-
Packages that use OlvmHostStatus.Status Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmHostStatus.Status in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmHostStatus.Status Modifier and Type Method Description static OlvmHostStatus.StatusOlvmHostStatus.Status. create(String key)OlvmHostStatus.StatusOlvmHostStatus. getStatus()Type representing a host status.static OlvmHostStatus.StatusOlvmHostStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmHostStatus.Status[]OlvmHostStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmHostStatus.Status Modifier and Type Method Description OlvmHostStatus.BuilderOlvmHostStatus.Builder. status(OlvmHostStatus.Status status)Type representing a host status.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmHostStatus.Status Constructor Description OlvmHostStatus(OlvmHostStatus.Status status)Deprecated.
-