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