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