Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static ComplianceRuleSeverity |
ComplianceRuleSeverity.create(String key) |
static ComplianceRuleSeverity |
ComplianceRuleSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceRuleSeverity[] |
ComplianceRuleSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ComplianceRuleSeverity> |
UpdateCompliancePolicyRuleDetails.getSeverity()
Severity to which this CompliancePolicyRule applies.
|
List<ComplianceRuleSeverity> |
CompliancePolicyRuleSummary.getSeverity()
Severity to which this CompliancePolicyRule applies.
|
List<ComplianceRuleSeverity> |
CreateCompliancePolicyRuleDetails.getSeverity()
Severity to which this CompliancePolicyRule applies.
|
List<ComplianceRuleSeverity> |
CompliancePolicyRule.getSeverity()
Severity to which this CompliancePolicyRule applies.
|
Modifier and Type | Method and Description |
---|---|
UpdateCompliancePolicyRuleDetails.Builder |
UpdateCompliancePolicyRuleDetails.Builder.severity(List<ComplianceRuleSeverity> severity)
Severity to which this CompliancePolicyRule applies.
|
CompliancePolicyRuleSummary.Builder |
CompliancePolicyRuleSummary.Builder.severity(List<ComplianceRuleSeverity> severity)
Severity to which this CompliancePolicyRule applies.
|
CreateCompliancePolicyRuleDetails.Builder |
CreateCompliancePolicyRuleDetails.Builder.severity(List<ComplianceRuleSeverity> severity)
Severity to which this CompliancePolicyRule applies.
|
CompliancePolicyRule.Builder |
CompliancePolicyRule.Builder.severity(List<ComplianceRuleSeverity> severity)
Severity to which this CompliancePolicyRule applies.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.