ListenerCollection¶
-
class
oci.network_load_balancer.models.
ListenerCollection
(**kwargs)¶ Bases:
object
Wrapper object for an array of ListenerSummary objects.
Methods
__init__
(**kwargs)Initializes a new ListenerCollection object with values from keyword arguments. Attributes
items
Gets the items of this ListenerCollection. -
__init__
(**kwargs)¶ Initializes a new ListenerCollection 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_load_balancer.models.ListenerSummary]) – The value to assign to the items property of this ListenerCollection.
-
items
¶ Gets the items of this ListenerCollection. Array of ListenerSummary objects.
Returns: The items of this ListenerCollection. Return type: list[oci.network_load_balancer.models.ListenerSummary]
-