Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchSelectionDetails
-
Packages that use PatchSelectionDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchSelectionDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of PatchSelectionDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
PatchLevelSelectionDetails
Patch Level Details.class
PatchNameSelectionDetails
Patch Name Details.class
PatchReleaseDateSelectionDetails
Days since patch release date details.Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchSelectionDetails Modifier and Type Method Description PatchSelectionDetails
ComplianceDetailPolicy. getPatchSelection()
PatchSelectionDetails
CompliancePolicyRule. getPatchSelection()
PatchSelectionDetails
CompliancePolicyRuleSummary. getPatchSelection()
PatchSelectionDetails
CreateCompliancePolicyRuleDetails. getPatchSelection()
PatchSelectionDetails
UpdateCompliancePolicyRuleDetails. getPatchSelection()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchSelectionDetails Modifier and Type Method Description ComplianceDetailPolicy.Builder
ComplianceDetailPolicy.Builder. patchSelection(PatchSelectionDetails patchSelection)
CompliancePolicyRule.Builder
CompliancePolicyRule.Builder. patchSelection(PatchSelectionDetails patchSelection)
CompliancePolicyRuleSummary.Builder
CompliancePolicyRuleSummary.Builder. patchSelection(PatchSelectionDetails patchSelection)
CreateCompliancePolicyRuleDetails.Builder
CreateCompliancePolicyRuleDetails.Builder. patchSelection(PatchSelectionDetails patchSelection)
UpdateCompliancePolicyRuleDetails.Builder
UpdateCompliancePolicyRuleDetails.Builder. patchSelection(PatchSelectionDetails patchSelection)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchSelectionDetails Constructor Description ComplianceDetailPolicy(String compliancePolicyId, String compliancePolicyDisplayName, String compliancePolicyRuleId, String compliancePolicyRuleDisplayName, String gracePeriod, PatchSelectionDetails patchSelection)
Deprecated.CompliancePolicyRule(String id, String displayName, String compliancePolicyId, ProductVersionDetails productVersion, List<String> patchType, List<ComplianceRuleSeverity> severity, PatchSelectionDetails patchSelection, String gracePeriod, String compartmentId, Date timeCreated, Date timeUpdated, CompliancePolicyRule.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CompliancePolicyRuleSummary(String id, String displayName, String compliancePolicyId, ProductVersionDetails productVersion, List<String> patchType, List<ComplianceRuleSeverity> severity, PatchSelectionDetails patchSelection, String gracePeriod, String compartmentId, Date timeCreated, Date timeUpdated, CompliancePolicyRule.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CreateCompliancePolicyRuleDetails(String displayName, String compliancePolicyId, ProductVersionDetails productVersion, List<String> patchType, List<ComplianceRuleSeverity> severity, PatchSelectionDetails patchSelection, String gracePeriod, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateCompliancePolicyRuleDetails(ProductVersionDetails productVersion, List<String> patchType, List<ComplianceRuleSeverity> severity, PatchSelectionDetails patchSelection, String gracePeriod, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-