DecryptionRuleMatchCriteria

class oci.network_firewall.models.DecryptionRuleMatchCriteria(**kwargs)

Bases: object

Match criteria used in Decryption Rule used on the firewall policy rules.

Methods

__init__(**kwargs) Initializes a new DecryptionRuleMatchCriteria object with values from keyword arguments.

Attributes

destination_address Gets the destination_address of this DecryptionRuleMatchCriteria.
source_address Gets the source_address of this DecryptionRuleMatchCriteria.
__init__(**kwargs)

Initializes a new DecryptionRuleMatchCriteria 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 DecryptionRuleMatchCriteria.
  • destination_address (list[str]) – The value to assign to the destination_address property of this DecryptionRuleMatchCriteria.
destination_address

Gets the destination_address of this DecryptionRuleMatchCriteria. An array of IP address list names to be evaluated against the traffic destination address.

Returns:The destination_address of this DecryptionRuleMatchCriteria.
Return type:list[str]
source_address

Gets the source_address of this DecryptionRuleMatchCriteria. An array of IP address list names to be evaluated against the traffic source address.

Returns:The source_address of this DecryptionRuleMatchCriteria.
Return type:list[str]