InstanceCollection¶
-
class
oci.ddfs.models.InstanceCollection(**kwargs)¶ Bases:
objectResults of an instance search. Contains both InstanceSummary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new InstanceCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this InstanceCollection. -
__init__(**kwargs)¶ Initializes a new InstanceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ddfs.models.InstanceSummary]) – The value to assign to the items property of this InstanceCollection.
-
items¶ [Required] Gets the items of this InstanceCollection. List of instances.
Returns: The items of this InstanceCollection. Return type: list[oci.ddfs.models.InstanceSummary]
-