Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Rule |
ListenerRuleSummary.getRule()
A rule object that applies to the listener.
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
CreateRuleSetDetails.getItems()
An array of rules that compose the rule set.
|
List<Rule> |
UpdateRuleSetDetails.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> |
RuleSet.getItems()
An array of rules that compose the rule set.
|
Modifier and Type | Method and Description |
---|---|
ListenerRuleSummary.Builder |
ListenerRuleSummary.Builder.rule(Rule rule)
A rule object that applies to the listener.
|
Modifier and Type | Method and Description |
---|---|
CreateRuleSetDetails.Builder |
CreateRuleSetDetails.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.
|
RuleSetDetails.Builder |
RuleSetDetails.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.
|
Constructor and Description |
---|
ListenerRuleSummary(Rule rule,
String ruleSetName)
Deprecated.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.