ExternalExadataInfrastructureCollection¶
-
class
oci.database_management.models.
ExternalExadataInfrastructureCollection
(**kwargs)¶ Bases:
object
A list of the Exadata infrastructure resources.
Methods
__init__
(**kwargs)Initializes a new ExternalExadataInfrastructureCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ExternalExadataInfrastructureCollection. -
__init__
(**kwargs)¶ Initializes a new ExternalExadataInfrastructureCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_management.models.ExternalExadataInfrastructureSummary]) – The value to assign to the items property of this ExternalExadataInfrastructureCollection.
-
items
¶ [Required] Gets the items of this ExternalExadataInfrastructureCollection. A list of Exadata infrastructures.
Returns: The items of this ExternalExadataInfrastructureCollection. Return type: list[oci.database_management.models.ExternalExadataInfrastructureSummary]
-