Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Rule.MatchCondition
-
Packages that use Rule.MatchCondition Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Rule.MatchCondition in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Rule.MatchCondition Modifier and Type Method Description static Rule.MatchConditionRule.MatchCondition. create(String key)Rule.MatchConditionRule. getMatchCondition()Match condition for the rule selection.static Rule.MatchConditionRule.MatchCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static Rule.MatchCondition[]Rule.MatchCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Rule.MatchCondition Modifier and Type Method Description Rule.BuilderRule.Builder. matchCondition(Rule.MatchCondition matchCondition)Match condition for the rule selection.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Rule.MatchCondition Constructor Description Rule(String basis, String compartmentId, String resourceCompartmentId, List<Condition> conditions, Rule.MatchCondition matchCondition, Boolean compartmentIdInSubtree)Deprecated.
-