Package | Description |
---|---|
com.oracle.bmc.governancerulescontrolplane.model |
Modifier and Type | Class and Description |
---|---|
class |
AllowedRegionsTemplate
Template for governance rules of type allowed regions (ALLOWED_REGIONS).
|
class |
QuotaTemplate
Quota template for governance rule.
|
class |
TagTemplate
Template for governance rules of type tag.
|
Modifier and Type | Method and Description |
---|---|
Template |
EnforcedGovernanceRule.getTemplate() |
Template |
CreateGovernanceRuleDetails.getTemplate() |
Template |
GovernanceRule.getTemplate() |
Template |
UpdateGovernanceRuleDetails.getTemplate() |
Modifier and Type | Method and Description |
---|---|
EnforcedGovernanceRule.Builder |
EnforcedGovernanceRule.Builder.template(Template template) |
CreateGovernanceRuleDetails.Builder |
CreateGovernanceRuleDetails.Builder.template(Template template) |
GovernanceRule.Builder |
GovernanceRule.Builder.template(Template template) |
UpdateGovernanceRuleDetails.Builder |
UpdateGovernanceRuleDetails.Builder.template(Template template) |
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.
|
EnforcedGovernanceRule(String id,
String compartmentId,
String governanceRuleDisplayName,
GovernanceRuleType type,
Template template,
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.
|
UpdateGovernanceRuleDetails(String displayName,
String description,
Template template,
String relatedResourceId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.