ManagementStationCollection

class oci.os_management_hub.models.ManagementStationCollection(**kwargs)

Bases: object

A set of management stations returned for the list_management_stations() operation.

Methods

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

Attributes

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

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

Parameters:items (list[oci.os_management_hub.models.ManagementStationSummary]) – The value to assign to the items property of this ManagementStationCollection.
items

[Required] Gets the items of this ManagementStationCollection. List of management stations.

Returns:The items of this ManagementStationCollection.
Return type:list[oci.os_management_hub.models.ManagementStationSummary]