MacDeviceCollection

class oci.mngdmac.models.MacDeviceCollection(**kwargs)

Bases: object

Results of a MacDevice search. Contains both MacDeviceSummary items and other information, such as metadata.

Methods

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

Attributes

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

Initializes a new MacDeviceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.mngdmac.models.MacDeviceSummary]) – The value to assign to the items property of this MacDeviceCollection.
items

[Required] Gets the items of this MacDeviceCollection. List of MacDevices.

Returns:The items of this MacDeviceCollection.
Return type:list[oci.mngdmac.models.MacDeviceSummary]