ProblemCollection¶
-
class
oci.cloud_guard.models.
ProblemCollection
(**kwargs)¶ Bases:
object
Collection of summary information for problems.
Methods
__init__
(**kwargs)Initializes a new ProblemCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProblemCollection. locks
Gets the locks of this ProblemCollection. -
__init__
(**kwargs)¶ Initializes a new ProblemCollection 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.ProblemSummary]) – The value to assign to the items property of this ProblemCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ProblemCollection.
-
items
¶ [Required] Gets the items of this ProblemCollection. List of ProblemSummary resources
Returns: The items of this ProblemCollection. Return type: list[oci.cloud_guard.models.ProblemSummary]
-
locks
¶ Gets the locks of this ProblemCollection. Locks associated with this resource.
Returns: The locks of this ProblemCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-