WorkRequestLogEntryCollection¶
-
class
oci.cloud_guard.models.
WorkRequestLogEntryCollection
(**kwargs)¶ Bases:
object
The collection of work request log entries. These result from a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new WorkRequestLogEntryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WorkRequestLogEntryCollection. locks
Gets the locks of this WorkRequestLogEntryCollection. -
__init__
(**kwargs)¶ Initializes a new WorkRequestLogEntryCollection 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.WorkRequestLogEntry]) – The value to assign to the items property of this WorkRequestLogEntryCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this WorkRequestLogEntryCollection.
-
items
¶ [Required] Gets the items of this WorkRequestLogEntryCollection. List of workRequestLogEntry resources
Returns: The items of this WorkRequestLogEntryCollection. Return type: list[oci.cloud_guard.models.WorkRequestLogEntry]
-
locks
¶ Gets the locks of this WorkRequestLogEntryCollection. Locks associated with this resource.
Returns: The locks of this WorkRequestLogEntryCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-