CreateVxlanInspectionRuleDetails¶
-
class
oci.network_firewall.models.
CreateVxlanInspectionRuleDetails
(**kwargs)¶ Bases:
oci.network_firewall.models.create_tunnel_inspection_rule_details.CreateTunnelInspectionRuleDetails
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 CreateTunnelInspectionRuleDetails. condition
[Required] Gets the condition of this CreateVxlanInspectionRuleDetails. name
[Required] Gets the name of this CreateTunnelInspectionRuleDetails. position
Gets the position of this CreateTunnelInspectionRuleDetails. profile
Gets the profile of this CreateVxlanInspectionRuleDetails. protocol
[Required] Gets the protocol of this CreateTunnelInspectionRuleDetails. Methods
__init__
(**kwargs)Initializes a new CreateVxlanInspectionRuleDetails 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 CreateVxlanInspectionRuleDetails 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 CreateVxlanInspectionRuleDetails.
- action (str) – The value to assign to the action property of this CreateVxlanInspectionRuleDetails. Allowed values for this property are: “INSPECT”, “INSPECT_AND_CAPTURE_LOG”
- protocol (str) – The value to assign to the protocol property of this CreateVxlanInspectionRuleDetails. Allowed values for this property are: “VXLAN”
- position (oci.network_firewall.models.RulePosition) – The value to assign to the position property of this CreateVxlanInspectionRuleDetails.
- condition (oci.network_firewall.models.VxlanInspectionRuleMatchCriteria) – The value to assign to the condition property of this CreateVxlanInspectionRuleDetails.
- profile (oci.network_firewall.models.VxlanInspectionRuleProfile) – The value to assign to the profile property of this CreateVxlanInspectionRuleDetails.
-
action
¶ Gets the action of this CreateTunnelInspectionRuleDetails. 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 CreateTunnelInspectionRuleDetails. Return type: str
-
condition
¶ [Required] Gets the condition of this CreateVxlanInspectionRuleDetails.
Returns: The condition of this CreateVxlanInspectionRuleDetails. 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 CreateTunnelInspectionRuleDetails. Name for the Tunnel Inspection Rule, must be unique within the policy.
Returns: The name of this CreateTunnelInspectionRuleDetails. Return type: str
-
position
¶ Gets the position of this CreateTunnelInspectionRuleDetails.
Returns: The position of this CreateTunnelInspectionRuleDetails. Return type: oci.network_firewall.models.RulePosition
-
profile
¶ Gets the profile of this CreateVxlanInspectionRuleDetails.
Returns: The profile of this CreateVxlanInspectionRuleDetails. Return type: oci.network_firewall.models.VxlanInspectionRuleProfile
-
protocol
¶ [Required] Gets the protocol of this CreateTunnelInspectionRuleDetails. 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 CreateTunnelInspectionRuleDetails. Return type: str
-