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 |
destinationAddress(List<String> destinationAddress)
An array of IP address list names to be evaluated against the traffic destination
address.
|
DecryptionRuleMatchCriteria.Builder |
sourceAddress(List<String> sourceAddress)
An array of IP address list names to be evaluated against the traffic source address.
|
public DecryptionRuleMatchCriteria.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 DecryptionRuleMatchCriteria.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 DecryptionRuleMatchCriteria build()
public DecryptionRuleMatchCriteria.Builder copy(DecryptionRuleMatchCriteria model)
Copyright © 2016–2024. All rights reserved.