ServiceSummaryCollection¶
-
class
oci.network_firewall.models.
ServiceSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Services in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new ServiceSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServiceSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new ServiceSummaryCollection 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.ServiceSummary]) – The value to assign to the items property of this ServiceSummaryCollection.
-
items
¶ [Required] Gets the items of this ServiceSummaryCollection. Collection of Services.
Returns: The items of this ServiceSummaryCollection. Return type: list[oci.network_firewall.models.ServiceSummary]
-