Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.CreationOption
-
Packages that use CreationOption Package Description com.oracle.bmc.governancerulescontrolplane.model -
-
Uses of CreationOption in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return CreationOption Modifier and Type Method 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.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type CreationOption Modifier and Type Method 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.Constructors in com.oracle.bmc.governancerulescontrolplane.model with parameters of type CreationOption Constructor 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.
-