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 |
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 |
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateRuleSetDetails.Builder |
CreateRuleSetDetails.Builder.items(List<Rule> items) |
RuleSet.Builder |
RuleSet.Builder.items(List<Rule> items) |
RuleSetDetails.Builder |
RuleSetDetails.Builder.items(List<Rule> items) |
UpdateRuleSetDetails.Builder |
UpdateRuleSetDetails.Builder.items(List<Rule> items) |
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–2019. All rights reserved.