Modifier and Type | Method and Description |
---|---|
static GovernanceRuleLifecycleState |
GovernanceRuleLifecycleState.create(String key) |
GovernanceRuleLifecycleState |
EnforcedGovernanceRule.getLifecycleState()
The current state of the governance rule.
|
GovernanceRuleLifecycleState |
GovernanceRule.getLifecycleState()
The current state of the governance rule.
|
GovernanceRuleLifecycleState |
GovernanceRuleSummary.getLifecycleState()
The current state of the governance rule.
|
GovernanceRuleLifecycleState |
EnforcedGovernanceRuleSummary.getLifecycleState()
The current state of the governance rule.
|
static GovernanceRuleLifecycleState |
GovernanceRuleLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceRuleLifecycleState[] |
GovernanceRuleLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnforcedGovernanceRule.Builder |
EnforcedGovernanceRule.Builder.lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
|
GovernanceRule.Builder |
GovernanceRule.Builder.lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
|
GovernanceRuleSummary.Builder |
GovernanceRuleSummary.Builder.lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
|
EnforcedGovernanceRuleSummary.Builder |
EnforcedGovernanceRuleSummary.Builder.lifecycleState(GovernanceRuleLifecycleState lifecycleState)
The current state of the governance rule.
|
Constructor and Description |
---|
EnforcedGovernanceRule(String id,
String compartmentId,
String governanceRuleDisplayName,
GovernanceRuleType type,
Template template,
GovernanceRuleLifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
EnforcedGovernanceRuleSummary(String id,
String compartmentId,
String governanceRuleDisplayName,
GovernanceRuleType type,
GovernanceRuleLifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
GovernanceRule(String id,
String compartmentId,
String displayName,
String description,
GovernanceRuleType type,
CreationOption creationOption,
Template template,
String relatedResourceId,
Date timeCreated,
Date timeUpdated,
GovernanceRuleLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
GovernanceRuleSummary(String id,
String compartmentId,
String displayName,
GovernanceRuleType type,
CreationOption creationOption,
Date timeCreated,
Date timeUpdated,
GovernanceRuleLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GovernanceRuleLifecycleState |
ListGovernanceRulesRequest.getLifecycleState()
A filter to return only resources whose lifecycle state matches the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListGovernanceRulesRequest.Builder |
ListGovernanceRulesRequest.Builder.lifecycleState(GovernanceRuleLifecycleState lifecycleState)
A filter to return only resources whose lifecycle state matches the given lifecycle
state.
|
Copyright © 2016–2024. All rights reserved.