Class VxlanInspectionRuleMatchCriteria.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.VxlanInspectionRuleMatchCriteria.Builder
-
- Enclosing class:
- VxlanInspectionRuleMatchCriteria
public static class VxlanInspectionRuleMatchCriteria.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VxlanInspectionRuleMatchCriteria
build()
VxlanInspectionRuleMatchCriteria.Builder
copy(VxlanInspectionRuleMatchCriteria model)
VxlanInspectionRuleMatchCriteria.Builder
destinationAddress(List<String> destinationAddress)
An array of address list names to be evaluated against the traffic destination address.VxlanInspectionRuleMatchCriteria.Builder
sourceAddress(List<String> sourceAddress)
An array of address list names to be evaluated against the traffic source address.
-
-
-
Method Detail
-
sourceAddress
public VxlanInspectionRuleMatchCriteria.Builder sourceAddress(List<String> sourceAddress)
An array of address list names to be evaluated against the traffic source address.- Parameters:
sourceAddress
- the value to set- Returns:
- this builder
-
destinationAddress
public VxlanInspectionRuleMatchCriteria.Builder destinationAddress(List<String> destinationAddress)
An array of address list names to be evaluated against the traffic destination address.- Parameters:
destinationAddress
- the value to set- Returns:
- this builder
-
build
public VxlanInspectionRuleMatchCriteria build()
-
copy
public VxlanInspectionRuleMatchCriteria.Builder copy(VxlanInspectionRuleMatchCriteria model)
-
-