Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmVmStatus.Status
-
Packages that use OlvmVmStatus.Status Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmVmStatus.Status in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmVmStatus.Status Modifier and Type Method Description static OlvmVmStatus.StatusOlvmVmStatus.Status. create(String key)OlvmVmStatus.StatusOlvmVmStatus. getStatus()Type representing a status of a virtual machine.static OlvmVmStatus.StatusOlvmVmStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmVmStatus.Status[]OlvmVmStatus.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 OlvmVmStatus.Status Modifier and Type Method Description OlvmVmStatus.BuilderOlvmVmStatus.Builder. status(OlvmVmStatus.Status status)Type representing a status of a virtual machine.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmVmStatus.Status Constructor Description OlvmVmStatus(OlvmVmStatus.Status status)Deprecated.
-