Uses of Class
com.oracle.bmc.loadbalancer.model.Rule
-
Packages that use Rule Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of Rule in com.oracle.bmc.loadbalancer.model
Subclasses of Rule in com.oracle.bmc.loadbalancer.model Modifier and Type Class Description class
AddHttpRequestHeaderRule
An object that represents the action of adding a header to a request.class
AddHttpResponseHeaderRule
An object that represents the action of adding a header to a response.class
AllowRule
An object that represents the action of configuring an access control rule.class
ControlAccessUsingHttpMethodsRule
An object that represents the action of returning a specified response code when the requested HTTP method is not in the list of allowed methods for the listener.class
ExtendHttpRequestHeaderValueRule
An object that represents the action of modifying a request header value.class
ExtendHttpResponseHeaderValueRule
An object that represents the action of modifying a response header value.class
HttpHeaderRule
An object that represents the advance http header options that allow the setting of http header size and allow/disallow invalid characters in the http headers.class
IpBasedMaxConnectionsRule
An object that represents the action of configuring an IP max connection rule which specifies how many connections IPs can make to a listener.class
RedirectRule
An object that represents the action of returning a specified response code and a redirect URI.class
RemoveHttpRequestHeaderRule
An object that represents the action of removing a header from a request.class
RemoveHttpResponseHeaderRule
An object that represents the action of removing a header from a response.Methods in com.oracle.bmc.loadbalancer.model that return Rule Modifier and Type Method Description Rule
ListenerRuleSummary. getRule()
A rule object that applies to the listener.Methods in com.oracle.bmc.loadbalancer.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
CreateRuleSetDetails. getItems()
An array of rules that compose the rule set.List<Rule>
RuleSet. getItems()
An array of rules that compose the rule set.List<Rule>
RuleSetDetails. getItems()
An array of rules that compose the rule set.List<Rule>
UpdateRuleSetDetails. getItems()
An array of rules that compose the rule set.Methods in com.oracle.bmc.loadbalancer.model with parameters of type Rule Modifier and Type Method Description ListenerRuleSummary.Builder
ListenerRuleSummary.Builder. rule(Rule rule)
A rule object that applies to the listener.Method parameters in com.oracle.bmc.loadbalancer.model with type arguments of type Rule Modifier and Type Method Description CreateRuleSetDetails.Builder
CreateRuleSetDetails.Builder. items(List<Rule> items)
An array of rules that compose the rule set.RuleSet.Builder
RuleSet.Builder. items(List<Rule> items)
An array of rules that compose the rule set.RuleSetDetails.Builder
RuleSetDetails.Builder. items(List<Rule> items)
An array of rules that compose the rule set.UpdateRuleSetDetails.Builder
UpdateRuleSetDetails.Builder. items(List<Rule> items)
An array of rules that compose the rule set.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type Rule Constructor Description ListenerRuleSummary(Rule rule, String ruleSetName)
Deprecated.Constructor parameters in com.oracle.bmc.loadbalancer.model with type arguments of type Rule Constructor Description CreateRuleSetDetails(String name, List<Rule> items)
Deprecated.RuleSet(String name, List<Rule> items)
Deprecated.RuleSetDetails(List<Rule> items)
Deprecated.UpdateRuleSetDetails(List<Rule> items)
Deprecated.
-