VxlanInspectionRuleMatchCriteria¶
-
class
oci.network_firewall.models.
VxlanInspectionRuleMatchCriteria
(**kwargs)¶ Bases:
object
Criteria to evaluate against incoming network traffic. A match occurs when at least one item in the array associated with each specified property corresponds with the relevant aspect of the traffic.
Methods
__init__
(**kwargs)Initializes a new VxlanInspectionRuleMatchCriteria object with values from keyword arguments. Attributes
destination_address
Gets the destination_address of this VxlanInspectionRuleMatchCriteria. source_address
Gets the source_address of this VxlanInspectionRuleMatchCriteria. -
__init__
(**kwargs)¶ Initializes a new VxlanInspectionRuleMatchCriteria object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_address (list[str]) – The value to assign to the source_address property of this VxlanInspectionRuleMatchCriteria.
- destination_address (list[str]) – The value to assign to the destination_address property of this VxlanInspectionRuleMatchCriteria.
-
destination_address
¶ Gets the destination_address of this VxlanInspectionRuleMatchCriteria. An array of address list names to be evaluated against the traffic destination address.
Returns: The destination_address of this VxlanInspectionRuleMatchCriteria. Return type: list[str]
-
source_address
¶ Gets the source_address of this VxlanInspectionRuleMatchCriteria. An array of address list names to be evaluated against the traffic source address.
Returns: The source_address of this VxlanInspectionRuleMatchCriteria. Return type: list[str]
-