Class VxlanInspectionRuleMatchCriteria.Builder
- java.lang.Object
- 
- com.oracle.bmc.networkfirewall.model.VxlanInspectionRuleMatchCriteria.Builder
 
- 
- Enclosing class:
- VxlanInspectionRuleMatchCriteria
 
 public static class VxlanInspectionRuleMatchCriteria.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VxlanInspectionRuleMatchCriteriabuild()VxlanInspectionRuleMatchCriteria.Buildercopy(VxlanInspectionRuleMatchCriteria model)VxlanInspectionRuleMatchCriteria.BuilderdestinationAddress(List<String> destinationAddress)An array of address list names to be evaluated against the traffic destination address.VxlanInspectionRuleMatchCriteria.BuildersourceAddress(List<String> sourceAddress)An array of address list names to be evaluated against the traffic source address.
 
- 
- 
- 
Method Detail- 
sourceAddresspublic 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
 
 - 
destinationAddresspublic 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
 
 - 
buildpublic VxlanInspectionRuleMatchCriteria build() 
 - 
copypublic VxlanInspectionRuleMatchCriteria.Builder copy(VxlanInspectionRuleMatchCriteria model) 
 
- 
 
-