Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.GovernanceRuleLifecycleState
-
-
Uses of GovernanceRuleLifecycleState in com.oracle.bmc.governancerulescontrolplane
-
Uses of GovernanceRuleLifecycleState in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return GovernanceRuleLifecycleState Modifier and Type Method Description static GovernanceRuleLifecycleState
GovernanceRuleLifecycleState. create(String key)
GovernanceRuleLifecycleState
EnforcedGovernanceRule. getLifecycleState()
The current state of the governance rule.GovernanceRuleLifecycleState
EnforcedGovernanceRuleSummary. 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.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.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type GovernanceRuleLifecycleState Modifier and Type Method Description EnforcedGovernanceRule.Builder
EnforcedGovernanceRule.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.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.Constructors in com.oracle.bmc.governancerulescontrolplane.model with parameters of type GovernanceRuleLifecycleState Constructor 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. -
Uses of GovernanceRuleLifecycleState in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return GovernanceRuleLifecycleState Modifier and Type Method Description GovernanceRuleLifecycleState
ListGovernanceRulesRequest. getLifecycleState()
A filter to return only resources whose lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type GovernanceRuleLifecycleState Modifier and Type Method Description ListGovernanceRulesRequest.Builder
ListGovernanceRulesRequest.Builder. lifecycleState(GovernanceRuleLifecycleState lifecycleState)
A filter to return only resources whose lifecycle state matches the given lifecycle state.
-