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