Uses of Class
com.oracle.bmc.wlms.model.PatchReadinessStatus
-
Packages that use PatchReadinessStatus Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.requests -
-
Uses of PatchReadinessStatus in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return PatchReadinessStatus Modifier and Type Method Description static PatchReadinessStatus
PatchReadinessStatus. create(String key)
PatchReadinessStatus
Server. getPatchReadinessStatus()
The patch readiness status of the server.PatchReadinessStatus
ServerSummary. getPatchReadinessStatus()
The patch readiness status of the server.PatchReadinessStatus
WlsDomain. getPatchReadinessStatus()
The patch readiness status of the WebLogic domain.PatchReadinessStatus
WlsDomainSummary. getPatchReadinessStatus()
The patch readiness status of the WebLogic domain.static PatchReadinessStatus
PatchReadinessStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchReadinessStatus[]
PatchReadinessStatus. 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 PatchReadinessStatus Modifier and Type Method Description Server.Builder
Server.Builder. patchReadinessStatus(PatchReadinessStatus patchReadinessStatus)
The patch readiness status of the server.ServerSummary.Builder
ServerSummary.Builder. patchReadinessStatus(PatchReadinessStatus patchReadinessStatus)
The patch readiness status of the server.WlsDomain.Builder
WlsDomain.Builder. patchReadinessStatus(PatchReadinessStatus patchReadinessStatus)
The patch readiness status of the WebLogic domain.WlsDomainSummary.Builder
WlsDomainSummary.Builder. patchReadinessStatus(PatchReadinessStatus patchReadinessStatus)
The patch readiness status of the WebLogic domain.Constructors in com.oracle.bmc.wlms.model with parameters of type PatchReadinessStatus 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.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.WlsDomain(String id, String displayName, String compartmentId, String middlewareType, String weblogicVersion, PatchReadinessStatus patchReadinessStatus, Boolean isAcceptedTermsAndConditions, WlsDomain.LifecycleState lifecycleState, String lifecycleDetails, WlsDomainConfiguration configuration, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WlsDomainSummary(String id, String displayName, String compartmentId, String middlewareType, String weblogicVersion, PatchReadinessStatus patchReadinessStatus, WlsDomain.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PatchReadinessStatus in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return PatchReadinessStatus Modifier and Type Method Description PatchReadinessStatus
ListWlsDomainsRequest. getPatchReadinessStatus()
A filter to return domains based on the patch readiness status.Methods in com.oracle.bmc.wlms.requests with parameters of type PatchReadinessStatus Modifier and Type Method Description ListWlsDomainsRequest.Builder
ListWlsDomainsRequest.Builder. patchReadinessStatus(PatchReadinessStatus patchReadinessStatus)
A filter to return domains based on the patch readiness status.
-