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