DesktopPoolVolumeCollection

class oci.desktops.models.DesktopPoolVolumeCollection(**kwargs)

Bases: object

A list of volumes within a desktop pool.

Methods

__init__(**kwargs) Initializes a new DesktopPoolVolumeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DesktopPoolVolumeCollection.
__init__(**kwargs)

Initializes a new DesktopPoolVolumeCollection 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.DesktopPoolVolumeSummary]) – The value to assign to the items property of this DesktopPoolVolumeCollection.
items

[Required] Gets the items of this DesktopPoolVolumeCollection. A list of desktop pool volumes.

Returns:The items of this DesktopPoolVolumeCollection.
Return type:list[oci.desktops.models.DesktopPoolVolumeSummary]