📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_named_credential_details.cpython-39.pyc
a ���f�2 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateNamedCredentialDetailsz< The details required to create a named credential. �RESOURCE�GLOBAL� ORACLE_DBc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a# Initializes a new CreateNamedCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateNamedCredentialDetails. :type name: str :param description: The value to assign to the description property of this CreateNamedCredentialDetails. :type description: str :param scope: The value to assign to the scope property of this CreateNamedCredentialDetails. Allowed values for this property are: "RESOURCE", "GLOBAL" :type scope: str :param type: The value to assign to the type property of this CreateNamedCredentialDetails. Allowed values for this property are: "ORACLE_DB" :type type: str :param content: The value to assign to the content property of this CreateNamedCredentialDetails. :type content: oci.database_management.models.NamedCredentialContent :param compartment_id: The value to assign to the compartment_id property of this CreateNamedCredentialDetails. :type compartment_id: str :param associated_resource: The value to assign to the associated_resource property of this CreateNamedCredentialDetails. :type associated_resource: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateNamedCredentialDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNamedCredentialDetails. :type defined_tags: dict(str, dict(str, object)) �strZNamedCredentialContentzdict(str, str)zdict(str, dict(str, object))) �name�description�scope�type�content�compartment_id�associated_resource� freeform_tags�defined_tagsr r r r r Z compartmentIdZassociatedResourceZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_name�_description�_scope�_type�_content�_compartment_id�_associated_resource�_freeform_tags� _defined_tags)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/database_management/models/create_named_credential_details.py�__init__ s: -� �z%CreateNamedCredentialDetails.__init__c C s | j S )a� **[Required]** Gets the name of this CreateNamedCredentialDetails. The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :return: The name of this CreateNamedCredentialDetails. :rtype: str �r �r r r r r l s z!CreateNamedCredentialDetails.namec C s || _ dS )a� Sets the name of this CreateNamedCredentialDetails. The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :param name: The name of this CreateNamedCredentialDetails. :type: str Nr"