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