ResourcePortCollection

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

Bases: object

List of CloudGuardResourcePortSummary.

Methods

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

Attributes

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

Initializes a new ResourcePortCollection 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.ResourcePortSummary]) – The value to assign to the items property of this ResourcePortCollection.
items

[Required] Gets the items of this ResourcePortCollection. List of CloudGuardResourcePortSummary

Returns:The items of this ResourcePortCollection.
Return type:list[oci.cloud_guard.models.ResourcePortSummary]