📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: configure_autonomous_database_vault_key_details.cpython-39.pyc
a ���fi � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�*ConfigureAutonomousDatabaseVaultKeyDetailsz� Configuration details for the Autonomous Database `vault`__ key. __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new ConfigureAutonomousDatabaseVaultKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kms_key_id: The value to assign to the kms_key_id property of this ConfigureAutonomousDatabaseVaultKeyDetails. :type kms_key_id: str :param vault_id: The value to assign to the vault_id property of this ConfigureAutonomousDatabaseVaultKeyDetails. :type vault_id: str :param is_using_oracle_managed_keys: The value to assign to the is_using_oracle_managed_keys property of this ConfigureAutonomousDatabaseVaultKeyDetails. :type is_using_oracle_managed_keys: bool �str�bool)� kms_key_id�vault_id�is_using_oracle_managed_keysZkmsKeyIdZvaultIdZisUsingOracleManagedKeysN)Z swagger_typesZ attribute_map�_kms_key_id� _vault_id�_is_using_oracle_managed_keys)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/database/models/configure_autonomous_database_vault_key_details.py�__init__ s ��z3ConfigureAutonomousDatabaseVaultKeyDetails.__init__c C s | j S )aM Gets the kms_key_id of this ConfigureAutonomousDatabaseVaultKeyDetails. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations. :return: The kms_key_id of this ConfigureAutonomousDatabaseVaultKeyDetails. :rtype: str �r �r r r r r 6 s z5ConfigureAutonomousDatabaseVaultKeyDetails.kms_key_idc C s || _ dS )aV Sets the kms_key_id of this ConfigureAutonomousDatabaseVaultKeyDetails. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations. :param kms_key_id: The kms_key_id of this ConfigureAutonomousDatabaseVaultKeyDetails. :type: str Nr )r r r r r r B s c C s | j S )a� Gets the vault_id of this ConfigureAutonomousDatabaseVaultKeyDetails. The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :return: The vault_id of this ConfigureAutonomousDatabaseVaultKeyDetails. :rtype: str �r r r r r r N s z3ConfigureAutonomousDatabaseVaultKeyDetails.vault_idc C s || _ dS )a Sets the vault_id of this ConfigureAutonomousDatabaseVaultKeyDetails. The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :param vault_id: The vault_id of this ConfigureAutonomousDatabaseVaultKeyDetails. :type: str Nr )r r r r r r ] s c C s | j S )a3 Gets the is_using_oracle_managed_keys of this ConfigureAutonomousDatabaseVaultKeyDetails. True if disable Customer Managed Keys and use Oracle Managed Keys. :return: The is_using_oracle_managed_keys of this ConfigureAutonomousDatabaseVaultKeyDetails. :rtype: bool �r r r r r r l s zGConfigureAutonomousDatabaseVaultKeyDetails.is_using_oracle_managed_keysc C s || _ dS )aN Sets the is_using_oracle_managed_keys of this ConfigureAutonomousDatabaseVaultKeyDetails. True if disable Customer Managed Keys and use Oracle Managed Keys. :param is_using_oracle_managed_keys: The is_using_oracle_managed_keys of this ConfigureAutonomousDatabaseVaultKeyDetails. :type: bool Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s z3ConfigureAutonomousDatabaseVaultKeyDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z1ConfigureAutonomousDatabaseVaultKeyDetails.__eq__c C s | |k S r r r r r r �__ne__� s z1ConfigureAutonomousDatabaseVaultKeyDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"