NetworkLoadBalancerHealthCollection

class oci.network_load_balancer.models.NetworkLoadBalancerHealthCollection(**kwargs)

Bases: object

Wrapper object for an array of NetworkLoadBalancerHealthSummary objects.

Methods

__init__(**kwargs) Initializes a new NetworkLoadBalancerHealthCollection object with values from keyword arguments.

Attributes

items Gets the items of this NetworkLoadBalancerHealthCollection.
__init__(**kwargs)

Initializes a new NetworkLoadBalancerHealthCollection 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.NetworkLoadBalancerHealthSummary]) – The value to assign to the items property of this NetworkLoadBalancerHealthCollection.
items

Gets the items of this NetworkLoadBalancerHealthCollection. An array of BackendSetSummary objects.

Returns:The items of this NetworkLoadBalancerHealthCollection.
Return type:list[oci.network_load_balancer.models.NetworkLoadBalancerHealthSummary]