DataSourceCollection

class oci.cloud_guard.models.DataSourceCollection(**kwargs)

Bases: object

The collection of data source summaries (DataSourceSummary resources).

Methods

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

Attributes

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

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

Parameters:
items

[Required] Gets the items of this DataSourceCollection. List of data source summaries (DataSourceSummary resources)

Returns:The items of this DataSourceCollection.
Return type:list[oci.cloud_guard.models.DataSourceSummary]
locks

Gets the locks of this DataSourceCollection. Locks associated with this resource.

Returns:The locks of this DataSourceCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]