Package | Description |
---|---|
com.oracle.bmc.governancerulescontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static CreationOption |
CreationOption.create(String key) |
CreationOption |
CreateGovernanceRuleDetails.getCreationOption()
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
CreationOption |
GovernanceRule.getCreationOption()
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
CreationOption |
GovernanceRuleSummary.getCreationOption()
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
static CreationOption |
CreationOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationOption[] |
CreationOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateGovernanceRuleDetails.Builder |
CreateGovernanceRuleDetails.Builder.creationOption(CreationOption creationOption)
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
GovernanceRule.Builder |
GovernanceRule.Builder.creationOption(CreationOption creationOption)
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
GovernanceRuleSummary.Builder |
GovernanceRuleSummary.Builder.creationOption(CreationOption creationOption)
The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.
|
Constructor and Description |
---|
CreateGovernanceRuleDetails(String compartmentId,
String displayName,
String description,
GovernanceRuleType type,
CreationOption creationOption,
Template template,
String relatedResourceId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
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.
|
Copyright © 2016–2024. All rights reserved.