WlpAgentCollection

class oci.cloud_guard.models.WlpAgentCollection(**kwargs)

Bases: object

Collection of WLP agents

Methods

__init__(**kwargs) Initializes a new WlpAgentCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this WlpAgentCollection.
locks Gets the locks of this WlpAgentCollection.
__init__(**kwargs)

Initializes a new WlpAgentCollection 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 WlpAgentCollection. List of WLP agents

Returns:The items of this WlpAgentCollection.
Return type:list[oci.cloud_guard.models.WlpAgentSummary]
locks

Gets the locks of this WlpAgentCollection. Locks associated with this resource.

Returns:The locks of this WlpAgentCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]