VxlanInspectionRuleSummary¶
-
class
oci.network_firewall.models.
VxlanInspectionRuleSummary
(**kwargs)¶ Bases:
oci.network_firewall.models.tunnel_inspection_rule_summary.TunnelInspectionRuleSummary
Vxlan Tunnel Inspection Rule used on the firewall policy rules.
Attributes
ACTION_INSPECT
str(object=’’) -> str ACTION_INSPECT_AND_CAPTURE_LOG
str(object=’’) -> str PROTOCOL_VXLAN
str(object=’’) -> str action
Gets the action of this TunnelInspectionRuleSummary. condition
Gets the condition of this VxlanInspectionRuleSummary. name
[Required] Gets the name of this TunnelInspectionRuleSummary. parent_resource_id
[Required] Gets the parent_resource_id of this TunnelInspectionRuleSummary. priority_order
[Required] Gets the priority_order of this TunnelInspectionRuleSummary. profile
[Required] Gets the profile of this VxlanInspectionRuleSummary. protocol
[Required] Gets the protocol of this TunnelInspectionRuleSummary. Methods
__init__
(**kwargs)Initializes a new VxlanInspectionRuleSummary object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ACTION_INSPECT
= 'INSPECT'¶
-
ACTION_INSPECT_AND_CAPTURE_LOG
= 'INSPECT_AND_CAPTURE_LOG'¶
-
PROTOCOL_VXLAN
= 'VXLAN'¶
-
__init__
(**kwargs)¶ Initializes a new VxlanInspectionRuleSummary object with values from keyword arguments. The default value of the
protocol
attribute of this class isVXLAN
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - name (str) – The value to assign to the name property of this VxlanInspectionRuleSummary.
- protocol (str) – The value to assign to the protocol property of this VxlanInspectionRuleSummary. Allowed values for this property are: “VXLAN”
- action (str) – The value to assign to the action property of this VxlanInspectionRuleSummary. Allowed values for this property are: “INSPECT”, “INSPECT_AND_CAPTURE_LOG”
- priority_order (int) – The value to assign to the priority_order property of this VxlanInspectionRuleSummary.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this VxlanInspectionRuleSummary.
- condition (oci.network_firewall.models.VxlanInspectionRuleMatchCriteria) – The value to assign to the condition property of this VxlanInspectionRuleSummary.
- profile (oci.network_firewall.models.VxlanInspectionRuleProfile) – The value to assign to the profile property of this VxlanInspectionRuleSummary.
-
action
¶ Gets the action of this TunnelInspectionRuleSummary. Types of Inspect Action on the Traffic flow.
- INSPECT - Inspect the traffic.
- INSPECT_AND_CAPTURE_LOG - Inspect and capture logs for the traffic.
Allowed values for this property are: “INSPECT”, “INSPECT_AND_CAPTURE_LOG”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this TunnelInspectionRuleSummary. Return type: str
-
condition
¶ Gets the condition of this VxlanInspectionRuleSummary.
Returns: The condition of this VxlanInspectionRuleSummary. Return type: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
name
¶ [Required] Gets the name of this TunnelInspectionRuleSummary. Name for the Tunnel Inspection Rule, must be unique within the policy.
Returns: The name of this TunnelInspectionRuleSummary. Return type: str
-
parent_resource_id
¶ [Required] Gets the parent_resource_id of this TunnelInspectionRuleSummary. OCID of the Network Firewall Policy this Tunnel Inspection Rule belongs to.
Returns: The parent_resource_id of this TunnelInspectionRuleSummary. Return type: str
-
priority_order
¶ [Required] Gets the priority_order of this TunnelInspectionRuleSummary. The priority order in which this rule should be evaluated
Returns: The priority_order of this TunnelInspectionRuleSummary. Return type: int
-
profile
¶ [Required] Gets the profile of this VxlanInspectionRuleSummary.
Returns: The profile of this VxlanInspectionRuleSummary. Return type: oci.network_firewall.models.VxlanInspectionRuleProfile
-
protocol
¶ [Required] Gets the protocol of this TunnelInspectionRuleSummary. Types of Tunnel Inspection Protocol to be applied on the traffic.
- VXLAN - VXLAN Tunnel Inspection Protocol will be applied on the traffic.
Allowed values for this property are: “VXLAN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The protocol of this TunnelInspectionRuleSummary. Return type: str
-