Uses of Class
com.oracle.bmc.governancerulescontrolplane.model.GovernanceRuleType
-
Packages that use GovernanceRuleType Package Description com.oracle.bmc.governancerulescontrolplane.model com.oracle.bmc.governancerulescontrolplane.requests -
-
Uses of GovernanceRuleType in com.oracle.bmc.governancerulescontrolplane.model
Methods in com.oracle.bmc.governancerulescontrolplane.model that return GovernanceRuleType Modifier and Type Method Description static GovernanceRuleType
GovernanceRuleType. create(String key)
GovernanceRuleType
CreateGovernanceRuleDetails. getType()
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleType
EnforcedGovernanceRule. 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.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.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.Methods in com.oracle.bmc.governancerulescontrolplane.model with parameters of type GovernanceRuleType Modifier and Type Method Description CreateGovernanceRuleDetails.Builder
CreateGovernanceRuleDetails.Builder. type(GovernanceRuleType type)
Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.EnforcedGovernanceRule.Builder
EnforcedGovernanceRule.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.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.Constructors in com.oracle.bmc.governancerulescontrolplane.model with parameters of type GovernanceRuleType 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.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 GovernanceRuleType in com.oracle.bmc.governancerulescontrolplane.requests
Methods in com.oracle.bmc.governancerulescontrolplane.requests that return GovernanceRuleType Modifier and Type Method Description GovernanceRuleType
ListEnforcedGovernanceRulesRequest. getGovernanceRuleType()
A filter to return only resources that match the type given.GovernanceRuleType
ListGovernanceRulesRequest. getGovernanceRuleType()
A filter to return only resources that match the type given.Methods in com.oracle.bmc.governancerulescontrolplane.requests with parameters of type GovernanceRuleType Modifier and Type Method Description ListEnforcedGovernanceRulesRequest.Builder
ListEnforcedGovernanceRulesRequest.Builder. governanceRuleType(GovernanceRuleType governanceRuleType)
A filter to return only resources that match the type given.ListGovernanceRulesRequest.Builder
ListGovernanceRulesRequest.Builder. governanceRuleType(GovernanceRuleType governanceRuleType)
A filter to return only resources that match the type given.
-