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