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 (list[oci.cloud_guard.models.DataSourceSummary]) – The value to assign to the items property of this DataSourceCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this DataSourceCollection.
-
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]
-