VmInstanceCollection¶
-
class
oci.datacc.models.VmInstanceCollection(**kwargs)¶ Bases:
objectA collection of VM instance on Database Infrastructure summary resources.
Methods
__init__(**kwargs)Initializes a new VmInstanceCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this VmInstanceCollection. -
__init__(**kwargs)¶ Initializes a new VmInstanceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.datacc.models.VmInstanceSummary]) – The value to assign to the items property of this VmInstanceCollection.
-
items¶ [Required] Gets the items of this VmInstanceCollection. A list of VM instance summary resources.
Returns: The items of this VmInstanceCollection. Return type: list[oci.datacc.models.VmInstanceSummary]
-