Uses of Class
com.oracle.bmc.wlms.model.ServerSummary.LatestPatchesStatus
-
Packages that use ServerSummary.LatestPatchesStatus Package Description com.oracle.bmc.wlms.model -
-
Uses of ServerSummary.LatestPatchesStatus in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ServerSummary.LatestPatchesStatus Modifier and Type Method Description static ServerSummary.LatestPatchesStatus
ServerSummary.LatestPatchesStatus. create(String key)
ServerSummary.LatestPatchesStatus
ServerSummary. getLatestPatchesStatus()
Whether or not the server has installed the latest patches.static ServerSummary.LatestPatchesStatus
ServerSummary.LatestPatchesStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerSummary.LatestPatchesStatus[]
ServerSummary.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 ServerSummary.LatestPatchesStatus Modifier and Type Method Description ServerSummary.Builder
ServerSummary.Builder. latestPatchesStatus(ServerSummary.LatestPatchesStatus latestPatchesStatus)
Whether or not the server has installed the latest patches.Constructors in com.oracle.bmc.wlms.model with parameters of type ServerSummary.LatestPatchesStatus Constructor Description ServerSummary(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, ServerSummary.LatestPatchesStatus latestPatchesStatus, PatchReadinessStatus patchReadinessStatus, String hostName, String managedInstanceId, Date timeCreated, Date timeUpdated)
Deprecated.
-