Uses of Class
com.oracle.bmc.dblm.model.DblmPatchManagement.LifecycleState
-
Packages that use DblmPatchManagement.LifecycleState Package Description com.oracle.bmc.dblm.model -
-
Uses of DblmPatchManagement.LifecycleState in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return DblmPatchManagement.LifecycleState Modifier and Type Method Description static DblmPatchManagement.LifecycleState
DblmPatchManagement.LifecycleState. create(String key)
DblmPatchManagement.LifecycleState
DblmPatchManagement. getLifecycleState()
The current state of the feature.static DblmPatchManagement.LifecycleState
DblmPatchManagement.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DblmPatchManagement.LifecycleState[]
DblmPatchManagement.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dblm.model with parameters of type DblmPatchManagement.LifecycleState Modifier and Type Method Description DblmPatchManagement.Builder
DblmPatchManagement.Builder. lifecycleState(DblmPatchManagement.LifecycleState lifecycleState)
The current state of the feature.Constructors in com.oracle.bmc.dblm.model with parameters of type DblmPatchManagement.LifecycleState Constructor Description DblmPatchManagement(String compartmentId, List<ResourceInfo> resources, String message, Date timeEnabled, DblmPatchManagement.LifecycleState lifecycleState, Object patchOperationsSummary, Object imagesPatchRecommendationSummary, Object resourcesPatchComplianceSummary, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-