NetworkLoadBalancersProtocolCollection

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

Bases: object

This object is deprecated. Wrapper object for array of ProtocolSummary objects.

Methods

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

Attributes

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

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

Gets the items of this NetworkLoadBalancersProtocolCollection. Array of NetworkLoadBalancersProtocolSummary objects.

Returns:The items of this NetworkLoadBalancersProtocolCollection.
Return type:list[oci.network_load_balancer.models.NetworkLoadBalancersProtocolSummary]