PublicIpPoolCollection

class oci.core.models.PublicIpPoolCollection(**kwargs)

Bases: object

Results of a ListPublicIpPool operation.

Methods

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

Attributes

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

Initializes a new PublicIpPoolCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.core.models.PublicIpPoolSummary]) – The value to assign to the items property of this PublicIpPoolCollection.
items

[Required] Gets the items of this PublicIpPoolCollection. A list of public IP pool summaries.

Returns:The items of this PublicIpPoolCollection.
Return type:list[oci.core.models.PublicIpPoolSummary]