UpdateVxlanInspectionRuleDetails¶
-
class
oci.network_firewall.models.
UpdateVxlanInspectionRuleDetails
(**kwargs)¶ Bases:
oci.network_firewall.models.update_tunnel_inspection_rule_details.UpdateTunnelInspectionRuleDetails
Update Request for creating Vxlan Tunnel Inspection Rule used in 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 UpdateTunnelInspectionRuleDetails. condition
[Required] Gets the condition of this UpdateVxlanInspectionRuleDetails. position
Gets the position of this UpdateTunnelInspectionRuleDetails. profile
Gets the profile of this UpdateVxlanInspectionRuleDetails. protocol
[Required] Gets the protocol of this UpdateTunnelInspectionRuleDetails. Methods
__init__
(**kwargs)Initializes a new UpdateVxlanInspectionRuleDetails 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 UpdateVxlanInspectionRuleDetails 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: - action (str) – The value to assign to the action property of this UpdateVxlanInspectionRuleDetails. Allowed values for this property are: “INSPECT”, “INSPECT_AND_CAPTURE_LOG”
- protocol (str) – The value to assign to the protocol property of this UpdateVxlanInspectionRuleDetails. Allowed values for this property are: “VXLAN”
- position (oci.network_firewall.models.RulePosition) – The value to assign to the position property of this UpdateVxlanInspectionRuleDetails.
- condition (oci.network_firewall.models.VxlanInspectionRuleMatchCriteria) – The value to assign to the condition property of this UpdateVxlanInspectionRuleDetails.
- profile (oci.network_firewall.models.VxlanInspectionRuleProfile) – The value to assign to the profile property of this UpdateVxlanInspectionRuleDetails.
-
action
¶ Gets the action of this UpdateTunnelInspectionRuleDetails. 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”
Returns: The action of this UpdateTunnelInspectionRuleDetails. Return type: str
-
condition
¶ [Required] Gets the condition of this UpdateVxlanInspectionRuleDetails.
Returns: The condition of this UpdateVxlanInspectionRuleDetails. 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.
-
position
¶ Gets the position of this UpdateTunnelInspectionRuleDetails.
Returns: The position of this UpdateTunnelInspectionRuleDetails. Return type: oci.network_firewall.models.RulePosition
-
profile
¶ Gets the profile of this UpdateVxlanInspectionRuleDetails.
Returns: The profile of this UpdateVxlanInspectionRuleDetails. Return type: oci.network_firewall.models.VxlanInspectionRuleProfile
-
protocol
¶ [Required] Gets the protocol of this UpdateTunnelInspectionRuleDetails. 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”
Returns: The protocol of this UpdateTunnelInspectionRuleDetails. Return type: str
-