ByoipRangeCollection¶
-
class
oci.core.models.
ByoipRangeCollection
(**kwargs)¶ Bases:
object
The results returned by a ListByoipRange operation.
Methods
__init__
(**kwargs)Initializes a new ByoipRangeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ByoipRangeCollection. -
__init__
(**kwargs)¶ Initializes a new ByoipRangeCollection 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.ByoipRangeSummary]) – The value to assign to the items property of this ByoipRangeCollection.
-
items
¶ [Required] Gets the items of this ByoipRangeCollection. A list of ByoipRange resource summaries.
Returns: The items of this ByoipRangeCollection. Return type: list[oci.core.models.ByoipRangeSummary]
-