Uses of Class
com.oracle.bmc.wlms.model.Server.LatestPatchesStatus
-
Packages that use Server.LatestPatchesStatus Package Description com.oracle.bmc.wlms.model -
-
Uses of Server.LatestPatchesStatus in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return Server.LatestPatchesStatus Modifier and Type Method Description static Server.LatestPatchesStatus
Server.LatestPatchesStatus. create(String key)
Server.LatestPatchesStatus
Server. getLatestPatchesStatus()
Whether or not the server has installed the latest patches.static Server.LatestPatchesStatus
Server.LatestPatchesStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Server.LatestPatchesStatus[]
Server.LatestPatchesStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type Server.LatestPatchesStatus Modifier and Type Method Description Server.Builder
Server.Builder. latestPatchesStatus(Server.LatestPatchesStatus latestPatchesStatus)
Whether or not the server has installed the latest patches.Constructors in com.oracle.bmc.wlms.model with parameters of type Server.LatestPatchesStatus Constructor Description Server(String id, String name, Boolean isAdmin, String status, Integer restartOrder, String middlewarePath, String middlewareType, String weblogicVersion, String jdkPath, String jdkVersion, String wlsDomainName, String wlsDomainId, String wlsDomainPath, Server.LatestPatchesStatus latestPatchesStatus, PatchReadinessStatus patchReadinessStatus, String hostName, String managedInstanceId, Date timeCreated, Date timeUpdated)
Deprecated.
-