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