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.model
Methods in com.oracle.bmc.networkfirewall.model that return VxlanInspectionRuleMatchCriteria.Builder Modifier and Type Method Description static VxlanInspectionRuleMatchCriteria.Builder
VxlanInspectionRuleMatchCriteria. builder()
Create a new builder.VxlanInspectionRuleMatchCriteria.Builder
VxlanInspectionRuleMatchCriteria.Builder. copy(VxlanInspectionRuleMatchCriteria model)
VxlanInspectionRuleMatchCriteria.Builder
VxlanInspectionRuleMatchCriteria.Builder. destinationAddress(List<String> destinationAddress)
An array of address list names to be evaluated against the traffic destination address.VxlanInspectionRuleMatchCriteria.Builder
VxlanInspectionRuleMatchCriteria.Builder. sourceAddress(List<String> sourceAddress)
An array of address list names to be evaluated against the traffic source address.VxlanInspectionRuleMatchCriteria.Builder
VxlanInspectionRuleMatchCriteria. toBuilder()
-