ServerCollection¶
-
class
oci.wlms.models.
ServerCollection
(**kwargs)¶ Bases:
object
Result of servers search.
Methods
__init__
(**kwargs)Initializes a new ServerCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServerCollection. -
__init__
(**kwargs)¶ Initializes a new ServerCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.wlms.models.ServerSummary]) – The value to assign to the items property of this ServerCollection.
-
items
¶ [Required] Gets the items of this ServerCollection. A list of servers.
Returns: The items of this ServerCollection. Return type: list[oci.wlms.models.ServerSummary]
-