Uses of Class
com.oracle.bmc.networkfirewall.model.VxlanInspectionRuleMatchCriteria.Builder
- 
Packages that use VxlanInspectionRuleMatchCriteria.Builder Package Description com.oracle.bmc.networkfirewall.model 
- 
- 
Uses of VxlanInspectionRuleMatchCriteria.Builder in com.oracle.bmc.networkfirewall.modelMethods in com.oracle.bmc.networkfirewall.model that return VxlanInspectionRuleMatchCriteria.Builder Modifier and Type Method Description static VxlanInspectionRuleMatchCriteria.BuilderVxlanInspectionRuleMatchCriteria. builder()Create a new builder.VxlanInspectionRuleMatchCriteria.BuilderVxlanInspectionRuleMatchCriteria.Builder. copy(VxlanInspectionRuleMatchCriteria model)VxlanInspectionRuleMatchCriteria.BuilderVxlanInspectionRuleMatchCriteria.Builder. destinationAddress(List<String> destinationAddress)An array of address list names to be evaluated against the traffic destination address.VxlanInspectionRuleMatchCriteria.BuilderVxlanInspectionRuleMatchCriteria.Builder. sourceAddress(List<String> sourceAddress)An array of address list names to be evaluated against the traffic source address.VxlanInspectionRuleMatchCriteria.BuilderVxlanInspectionRuleMatchCriteria. toBuilder()
 
-