public static class DecryptionRuleMatchCriteria.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DecryptionRuleMatchCriteria |
build() |
DecryptionRuleMatchCriteria.Builder |
copy(DecryptionRuleMatchCriteria model) |
DecryptionRuleMatchCriteria.Builder |
destinations(List<String> destinations)
An array of IP address list names to be evaluated against the traffic destination
address.
|
DecryptionRuleMatchCriteria.Builder |
sources(List<String> sources)
An array of IP address list names to be evaluated against the traffic source address.
|
public DecryptionRuleMatchCriteria.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 DecryptionRuleMatchCriteria.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 DecryptionRuleMatchCriteria build()
public DecryptionRuleMatchCriteria.Builder copy(DecryptionRuleMatchCriteria model)
Copyright © 2016–2023. All rights reserved.