ByoipAllocatedRangeCollection

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

Bases: object

Results of a ListByoipAllocatedRanges operation.

Methods

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

Attributes

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

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

[Required] Gets the items of this ByoipAllocatedRangeCollection. A list of subranges of a BYOIP CIDR block allocated to an IP pool.

Returns:The items of this ByoipAllocatedRangeCollection.
Return type:list[oci.core.models.ByoipAllocatedRangeSummary]