Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement | |
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static CompliancePolicyRule.LifecycleState |
CompliancePolicyRule.LifecycleState.create(String key) |
CompliancePolicyRule.LifecycleState |
CompliancePolicyRuleSummary.getLifecycleState()
The current state of the CompliancePolicyRule.
|
CompliancePolicyRule.LifecycleState |
CompliancePolicyRule.getLifecycleState()
The current state of the CompliancePolicyRule.
|
static CompliancePolicyRule.LifecycleState |
CompliancePolicyRule.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompliancePolicyRule.LifecycleState[] |
CompliancePolicyRule.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompliancePolicyRuleSummary.Builder |
CompliancePolicyRuleSummary.Builder.lifecycleState(CompliancePolicyRule.LifecycleState lifecycleState)
The current state of the CompliancePolicyRule.
|
CompliancePolicyRule.Builder |
CompliancePolicyRule.Builder.lifecycleState(CompliancePolicyRule.LifecycleState lifecycleState)
The current state of the CompliancePolicyRule.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CompliancePolicyRule.LifecycleState |
ListCompliancePolicyRulesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListCompliancePolicyRulesRequest.Builder |
ListCompliancePolicyRulesRequest.Builder.lifecycleState(CompliancePolicyRule.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.