Uses of Class
com.oracle.bmc.database.model.ExecuteDbSystemOsPatchDetails.Action
-
Packages that use ExecuteDbSystemOsPatchDetails.Action Package Description com.oracle.bmc.database.model -
-
Uses of ExecuteDbSystemOsPatchDetails.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExecuteDbSystemOsPatchDetails.Action Modifier and Type Method Description static ExecuteDbSystemOsPatchDetails.ActionExecuteDbSystemOsPatchDetails.Action. create(String key)ExecuteDbSystemOsPatchDetails.ActionExecuteDbSystemOsPatchDetails. getAction()Operation system (OS) patch action to perform * PRECHECK: No changes applied; runs validation/dry run.static ExecuteDbSystemOsPatchDetails.ActionExecuteDbSystemOsPatchDetails.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecuteDbSystemOsPatchDetails.Action[]ExecuteDbSystemOsPatchDetails.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ExecuteDbSystemOsPatchDetails.Action Modifier and Type Method Description ExecuteDbSystemOsPatchDetails.BuilderExecuteDbSystemOsPatchDetails.Builder. action(ExecuteDbSystemOsPatchDetails.Action action)Operation system (OS) patch action to perform * PRECHECK: No changes applied; runs validation/dry run.Constructors in com.oracle.bmc.database.model with parameters of type ExecuteDbSystemOsPatchDetails.Action Constructor Description ExecuteDbSystemOsPatchDetails(ExecuteDbSystemOsPatchDetails.Action action, String dbNodeId)Deprecated.
-