VxlanInspectionRuleProfile¶
-
class
oci.network_firewall.models.
VxlanInspectionRuleProfile
(**kwargs)¶ Bases:
object
Vxlan Inspect profile used in Vxlan Tunnel Inspection Rules.
Methods
__init__
(**kwargs)Initializes a new VxlanInspectionRuleProfile object with values from keyword arguments. Attributes
must_return_traffic_to_source
Gets the must_return_traffic_to_source of this VxlanInspectionRuleProfile. -
__init__
(**kwargs)¶ Initializes a new VxlanInspectionRuleProfile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: must_return_traffic_to_source (bool) – The value to assign to the must_return_traffic_to_source property of this VxlanInspectionRuleProfile.
-
must_return_traffic_to_source
¶ Gets the must_return_traffic_to_source of this VxlanInspectionRuleProfile. Return scanned VXLAN tunnel traffic to source.
Returns: The must_return_traffic_to_source of this VxlanInspectionRuleProfile. Return type: bool
-