Package | Description |
---|---|
com.oracle.bmc.governancerulescontrolplane.model | |
com.oracle.bmc.governancerulescontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
static GovernanceRuleType |
GovernanceRuleType.create(String key) |
GovernanceRuleType |
EnforcedGovernanceRule.getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRuleType |
CreateGovernanceRuleDetails.getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRuleType |
GovernanceRule.getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRuleType |
GovernanceRuleSummary.getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRuleType |
EnforcedGovernanceRuleSummary.getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
static GovernanceRuleType |
GovernanceRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GovernanceRuleType[] |
GovernanceRuleType.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.type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
CreateGovernanceRuleDetails.Builder |
CreateGovernanceRuleDetails.Builder.type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRule.Builder |
GovernanceRule.Builder.type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
GovernanceRuleSummary.Builder |
GovernanceRuleSummary.Builder.type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
EnforcedGovernanceRuleSummary.Builder |
EnforcedGovernanceRuleSummary.Builder.type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.
|
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.
|
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 |
---|---|
GovernanceRuleType |
ListGovernanceRulesRequest.getGovernanceRuleType()
A filter to return only resources that match the type given.
|
GovernanceRuleType |
ListEnforcedGovernanceRulesRequest.getGovernanceRuleType()
A filter to return only resources that match the type given.
|
Modifier and Type | Method and Description |
---|---|
ListGovernanceRulesRequest.Builder |
ListGovernanceRulesRequest.Builder.governanceRuleType(GovernanceRuleType governanceRuleType)
A filter to return only resources that match the type given.
|
ListEnforcedGovernanceRulesRequest.Builder |
ListEnforcedGovernanceRulesRequest.Builder.governanceRuleType(GovernanceRuleType governanceRuleType)
A filter to return only resources that match the type given.
|
Copyright © 2016–2024. All rights reserved.