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