FirmwareBundlesCollection¶
-
class
oci.core.models.FirmwareBundlesCollection(**kwargs)¶ Bases:
objectResults of a firmwareBundles search. Contains FirmwareBundleSummary items.
Methods
__init__(**kwargs)Initializes a new FirmwareBundlesCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this FirmwareBundlesCollection. -
__init__(**kwargs)¶ Initializes a new FirmwareBundlesCollection 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.FirmwareBundleSummary]) – The value to assign to the items property of this FirmwareBundlesCollection.
-
items¶ [Required] Gets the items of this FirmwareBundlesCollection. List of firmwareBundleSummary objects.
Returns: The items of this FirmwareBundlesCollection. Return type: list[oci.core.models.FirmwareBundleSummary]
-