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