Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmPowerManagement.Status
-
Packages that use OlvmPowerManagement.Status Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmPowerManagement.Status in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmPowerManagement.Status Modifier and Type Method Description static OlvmPowerManagement.StatusOlvmPowerManagement.Status. create(String key)OlvmPowerManagement.StatusOlvmPowerManagement. getStatus()Determines the power status of the host.static OlvmPowerManagement.StatusOlvmPowerManagement.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmPowerManagement.Status[]OlvmPowerManagement.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 OlvmPowerManagement.Status Modifier and Type Method Description OlvmPowerManagement.BuilderOlvmPowerManagement.Builder. status(OlvmPowerManagement.Status status)Determines the power status of the host.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmPowerManagement.Status Constructor Description OlvmPowerManagement(String address, List<OlvmAgent> agents, Boolean isAutomaticPmEnabled, Boolean isEnabled, Boolean isKDumpDetection, List<OlvmPmProxy> pmProxies, OlvmPowerManagement.Status status, String type, String username)Deprecated.
-