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

destinations Gets the destinations of this DecryptionRuleMatchCriteria.
sources Gets the sources 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:
  • sources (list[str]) – The value to assign to the sources property of this DecryptionRuleMatchCriteria.
  • destinations (list[str]) – The value to assign to the destinations property of this DecryptionRuleMatchCriteria.
destinations

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

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

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

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