ProblemEntityCollection¶
-
class
oci.cloud_guard.models.
ProblemEntityCollection
(**kwargs)¶ Bases:
object
The collection of problem entities detail related to a data source.
Methods
__init__
(**kwargs)Initializes a new ProblemEntityCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProblemEntityCollection. locks
Gets the locks of this ProblemEntityCollection. -
__init__
(**kwargs)¶ Initializes a new ProblemEntityCollection 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.ProblemEntitySummary]) – The value to assign to the items property of this ProblemEntityCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ProblemEntityCollection.
-
items
¶ [Required] Gets the items of this ProblemEntityCollection. List of entity details related to a data source
Returns: The items of this ProblemEntityCollection. Return type: list[oci.cloud_guard.models.ProblemEntitySummary]
-
locks
¶ Gets the locks of this ProblemEntityCollection. Locks associated with this resource.
Returns: The locks of this ProblemEntityCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-