DesktopPoolDesktopCollection¶
-
class
oci.desktops.models.
DesktopPoolDesktopCollection
(**kwargs)¶ Bases:
object
A list of desktops within a desktop pool.
Methods
__init__
(**kwargs)Initializes a new DesktopPoolDesktopCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DesktopPoolDesktopCollection. -
__init__
(**kwargs)¶ Initializes a new DesktopPoolDesktopCollection 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.DesktopPoolDesktopSummary]) – The value to assign to the items property of this DesktopPoolDesktopCollection.
-
items
¶ [Required] Gets the items of this DesktopPoolDesktopCollection. A list of desktops.
Returns: The items of this DesktopPoolDesktopCollection. Return type: list[oci.desktops.models.DesktopPoolDesktopSummary]
-