AutonomousDatabaseEncryptionKeyDetails¶
- 
class oci.database.models.AutonomousDatabaseEncryptionKeyDetails(**kwargs)¶
- Bases: - object- Details of the Autonomous AI Database encryption key. - Attributes - PROVIDER_AWS- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. - PROVIDER_AZURE- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. - PROVIDER_OCI- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. - PROVIDER_OKV- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. - PROVIDER_ORACLE_MANAGED- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. - provider- Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. - Methods - __init__(**kwargs)- Initializes a new AutonomousDatabaseEncryptionKeyDetails object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
PROVIDER_AWS= 'AWS'¶
- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. This constant has a value of “AWS” 
 - 
PROVIDER_AZURE= 'AZURE'¶
- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. This constant has a value of “AZURE” 
 - 
PROVIDER_OCI= 'OCI'¶
- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. This constant has a value of “OCI” 
 - 
PROVIDER_OKV= 'OKV'¶
- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. This constant has a value of “OKV” 
 - 
PROVIDER_ORACLE_MANAGED= 'ORACLE_MANAGED'¶
- A constant which can be used with the provider property of a AutonomousDatabaseEncryptionKeyDetails. This constant has a value of “ORACLE_MANAGED” 
 - 
__init__(**kwargs)¶
- Initializes a new AutonomousDatabaseEncryptionKeyDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: - The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - provider (str) – The value to assign to the provider property of this AutonomousDatabaseEncryptionKeyDetails. Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
provider¶
- Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. The provider for the Autonomous AI Database encryption key. - Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The provider of this AutonomousDatabaseEncryptionKeyDetails. - Return type: - str 
 
-