ApplianceImageCollection¶
-
class
oci.cloud_bridge.models.
ApplianceImageCollection
(**kwargs)¶ Bases:
object
Results of an ApplianceImage search.
Methods
__init__
(**kwargs)Initializes a new ApplianceImageCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ApplianceImageCollection. -
__init__
(**kwargs)¶ Initializes a new ApplianceImageCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_bridge.models.ApplianceImageSummary]) – The value to assign to the items property of this ApplianceImageCollection.
-
items
¶ [Required] Gets the items of this ApplianceImageCollection. List of appliance images.
Returns: The items of this ApplianceImageCollection. Return type: list[oci.cloud_bridge.models.ApplianceImageSummary]
-