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