OracleDbAzureBlobContainerSummaryCollection¶
-
class
oci.dbmulticloud.models.
OracleDbAzureBlobContainerSummaryCollection
(**kwargs)¶ Bases:
object
List of OracleDbAzureBlobContainerSummary resources.
Methods
__init__
(**kwargs)Initializes a new OracleDbAzureBlobContainerSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OracleDbAzureBlobContainerSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new OracleDbAzureBlobContainerSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.dbmulticloud.models.OracleDbAzureBlobContainerSummary]) – The value to assign to the items property of this OracleDbAzureBlobContainerSummaryCollection.
-
items
¶ [Required] Gets the items of this OracleDbAzureBlobContainerSummaryCollection. This list contains the summary of Oracle DB Azure Blob Container resources.
Returns: The items of this OracleDbAzureBlobContainerSummaryCollection. Return type: list[oci.dbmulticloud.models.OracleDbAzureBlobContainerSummary]
-