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