📂 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: generate_autonomous_database_wallet_details.cpython-39.pyc
a ���f� � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�'GenerateAutonomousDatabaseWalletDetailszN Details to create and download an Oracle Autonomous Database wallet. �ALL�SINGLEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new GenerateAutonomousDatabaseWalletDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param generate_type: The value to assign to the generate_type property of this GenerateAutonomousDatabaseWalletDetails. Allowed values for this property are: "ALL", "SINGLE" :type generate_type: str :param password: The value to assign to the password property of this GenerateAutonomousDatabaseWalletDetails. :type password: str :param is_regional: The value to assign to the is_regional property of this GenerateAutonomousDatabaseWalletDetails. :type is_regional: bool �str�bool)� generate_type�password�is_regionalZgenerateTyper Z isRegionalN)Z swagger_typesZ attribute_map�_generate_type� _password�_is_regional)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/database/models/generate_autonomous_database_wallet_details.py�__init__ s ��z0GenerateAutonomousDatabaseWalletDetails.__init__c C s | j S )aA Gets the generate_type of this GenerateAutonomousDatabaseWalletDetails. The type of wallet to generate. **Serverless instance usage:** * `SINGLE` - used to generate a wallet for a single database * `ALL` - used to generate wallet for all databases in the region **Dedicated Exadata infrastructure usage:** Value must be `NULL` if attribute is used. Allowed values for this property are: "ALL", "SINGLE" :return: The generate_type of this GenerateAutonomousDatabaseWalletDetails. :rtype: str )r �r r r r r = s z5GenerateAutonomousDatabaseWalletDetails.generate_typec C s* ddg}t ||�s td|� ���|| _dS )a Sets the generate_type of this GenerateAutonomousDatabaseWalletDetails. The type of wallet to generate. **Serverless instance usage:** * `SINGLE` - used to generate a wallet for a single database * `ALL` - used to generate wallet for all databases in the region **Dedicated Exadata infrastructure usage:** Value must be `NULL` if attribute is used. :param generate_type: The generate_type of this GenerateAutonomousDatabaseWalletDetails. :type: str r r z:Invalid value for `generate_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r Q s �c C s | j S )a� **[Required]** Gets the password of this GenerateAutonomousDatabaseWalletDetails. The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character. :return: The password of this GenerateAutonomousDatabaseWalletDetails. :rtype: str �r r r r r r h s z0GenerateAutonomousDatabaseWalletDetails.passwordc C s || _ dS )a� Sets the password of this GenerateAutonomousDatabaseWalletDetails. The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character. :param password: The password of this GenerateAutonomousDatabaseWalletDetails. :type: str Nr )r r r r r r t s c C s | j S )a2 Gets the is_regional of this GenerateAutonomousDatabaseWalletDetails. True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only. :return: The is_regional of this GenerateAutonomousDatabaseWalletDetails. :rtype: bool �r r r r r r � s z3GenerateAutonomousDatabaseWalletDetails.is_regionalc C s || _ dS )a< Sets the is_regional of this GenerateAutonomousDatabaseWalletDetails. True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only. :param is_regional: The is_regional of this GenerateAutonomousDatabaseWalletDetails. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z0GenerateAutonomousDatabaseWalletDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z.GenerateAutonomousDatabaseWalletDetails.__eq__c C s | |k S r r r r r r �__ne__� s z.GenerateAutonomousDatabaseWalletDetails.__ne__N)�__name__� __module__�__qualname__�__doc__ZGENERATE_TYPE_ALLZGENERATE_TYPE_SINGLEr �propertyr �setterr r r r r r r r r r s&