DesktopPoolCollection¶
-
class
oci.desktops.models.
DesktopPoolCollection
(**kwargs)¶ Bases:
object
A list of desktop pools.
Methods
__init__
(**kwargs)Initializes a new DesktopPoolCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DesktopPoolCollection. -
__init__
(**kwargs)¶ Initializes a new DesktopPoolCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.desktops.models.DesktopPoolSummary]) – The value to assign to the items property of this DesktopPoolCollection.
-
items
¶ [Required] Gets the items of this DesktopPoolCollection. A list of desktop pool summaries.
Returns: The items of this DesktopPoolCollection. Return type: list[oci.desktops.models.DesktopPoolSummary]
-