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

[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]