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 GovernanceRuleTypeGovernanceRuleType. create(String key)GovernanceRuleTypeCreateGovernanceRuleDetails. getType()Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleTypeEnforcedGovernanceRule. getType()Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleTypeEnforcedGovernanceRuleSummary. getType()Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleTypeGovernanceRule. getType()Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleTypeGovernanceRuleSummary. getType()Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.static GovernanceRuleTypeGovernanceRuleType. 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.BuilderCreateGovernanceRuleDetails.Builder. type(GovernanceRuleType type)Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.EnforcedGovernanceRule.BuilderEnforcedGovernanceRule.Builder. type(GovernanceRuleType type)Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.EnforcedGovernanceRuleSummary.BuilderEnforcedGovernanceRuleSummary.Builder. type(GovernanceRuleType type)Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRule.BuilderGovernanceRule.Builder. type(GovernanceRuleType type)Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.GovernanceRuleSummary.BuilderGovernanceRuleSummary.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 GovernanceRuleTypeListEnforcedGovernanceRulesRequest. getGovernanceRuleType()A filter to return only resources that match the type given.GovernanceRuleTypeListGovernanceRulesRequest. 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.BuilderListEnforcedGovernanceRulesRequest.Builder. governanceRuleType(GovernanceRuleType governanceRuleType)A filter to return only resources that match the type given.ListGovernanceRulesRequest.BuilderListGovernanceRulesRequest.Builder. governanceRuleType(GovernanceRuleType governanceRuleType)A filter to return only resources that match the type given.
-