OracleDbAzureKeySummaryCollection¶
-
class
oci.dbmulticloud.models.
OracleDbAzureKeySummaryCollection
(**kwargs)¶ Bases:
object
List of OracleDbAzureKeySummary resources.
Methods
__init__
(**kwargs)Initializes a new OracleDbAzureKeySummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OracleDbAzureKeySummaryCollection. -
__init__
(**kwargs)¶ Initializes a new OracleDbAzureKeySummaryCollection 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.OracleDbAzureKeySummary]) – The value to assign to the items property of this OracleDbAzureKeySummaryCollection.
-
items
¶ [Required] Gets the items of this OracleDbAzureKeySummaryCollection. This list contains the summary of Oracle DB Azure Key resources.
Returns: The items of this OracleDbAzureKeySummaryCollection. Return type: list[oci.dbmulticloud.models.OracleDbAzureKeySummary]
-