DecryptionRuleSummaryCollection¶
-
class
oci.network_firewall.models.
DecryptionRuleSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Decryption Rule Summaries in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new DecryptionRuleSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DecryptionRuleSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new DecryptionRuleSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.network_firewall.models.DecryptionRuleSummary]) – The value to assign to the items property of this DecryptionRuleSummaryCollection.
-
items
¶ [Required] Gets the items of this DecryptionRuleSummaryCollection. Collection of Decryption Rule Summaries.
Returns: The items of this DecryptionRuleSummaryCollection. Return type: list[oci.network_firewall.models.DecryptionRuleSummary]
-