public static class SecurityRuleMatchCriteria.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SecurityRuleMatchCriteria.Builder |
application(List<String> application)
An array of application list names to be evaluated against the traffic protocol and
protocol-specific parameters.
|
SecurityRuleMatchCriteria |
build() |
SecurityRuleMatchCriteria.Builder |
copy(SecurityRuleMatchCriteria model) |
SecurityRuleMatchCriteria.Builder |
destinationAddress(List<String> destinationAddress)
An array of IP address list names to be evaluated against the traffic destination
address.
|
SecurityRuleMatchCriteria.Builder |
service(List<String> service)
An array of service list names to be evaluated against the traffic protocol and
protocol-specific parameters.
|
SecurityRuleMatchCriteria.Builder |
sourceAddress(List<String> sourceAddress)
An array of IP address list names to be evaluated against the traffic source address.
|
SecurityRuleMatchCriteria.Builder |
url(List<String> url)
An array of URL pattern list names to be evaluated against the HTTP(S) request target.
|
public SecurityRuleMatchCriteria.Builder sourceAddress(List<String> sourceAddress)
An array of IP address list names to be evaluated against the traffic source address.
sourceAddress
- the value to setpublic SecurityRuleMatchCriteria.Builder destinationAddress(List<String> destinationAddress)
An array of IP address list names to be evaluated against the traffic destination address.
destinationAddress
- the value to setpublic SecurityRuleMatchCriteria.Builder application(List<String> application)
An array of application list names to be evaluated against the traffic protocol and protocol-specific parameters.
application
- the value to setpublic SecurityRuleMatchCriteria.Builder service(List<String> service)
An array of service list names to be evaluated against the traffic protocol and protocol-specific parameters.
service
- the value to setpublic SecurityRuleMatchCriteria.Builder url(List<String> url)
An array of URL pattern list names to be evaluated against the HTTP(S) request target.
url
- the value to setpublic SecurityRuleMatchCriteria build()
public SecurityRuleMatchCriteria.Builder copy(SecurityRuleMatchCriteria model)
Copyright © 2016–2024. All rights reserved.