ChangeKeyStoreTypeDetails¶
-
class
oci.database.models.
ChangeKeyStoreTypeDetails
(**kwargs)¶ Bases:
object
Request details to change the source of the encryption key for the database.
Methods
__init__
(**kwargs)Initializes a new ChangeKeyStoreTypeDetails object with values from keyword arguments. Attributes
key_store_id
[Required] Gets the key_store_id of this ChangeKeyStoreTypeDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeKeyStoreTypeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: key_store_id (str) – The value to assign to the key_store_id property of this ChangeKeyStoreTypeDetails.
-