📂 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
›
psql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/psql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_configuration_details.cpython-39.pyc
a ���f�9 � @ 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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateConfigurationDetailsz8 The information to create a new configuration. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new CreateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateConfigurationDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateConfigurationDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateConfigurationDetails. :type description: str :param db_version: The value to assign to the db_version property of this CreateConfigurationDetails. :type db_version: str :param shape: The value to assign to the shape property of this CreateConfigurationDetails. :type shape: str :param is_flexible: The value to assign to the is_flexible property of this CreateConfigurationDetails. :type is_flexible: bool :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this CreateConfigurationDetails. :type instance_ocpu_count: int :param instance_memory_size_in_gbs: The value to assign to the instance_memory_size_in_gbs property of this CreateConfigurationDetails. :type instance_memory_size_in_gbs: int :param db_configuration_overrides: The value to assign to the db_configuration_overrides property of this CreateConfigurationDetails. :type db_configuration_overrides: oci.psql.models.DbConfigurationOverrideCollection :param freeform_tags: The value to assign to the freeform_tags property of this CreateConfigurationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateConfigurationDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this CreateConfigurationDetails. :type system_tags: dict(str, dict(str, object)) �str�bool�intZ!DbConfigurationOverrideCollectionzdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�description� db_version�shape�is_flexible�instance_ocpu_count�instance_memory_size_in_gbs�db_configuration_overrides� freeform_tags�defined_tags�system_tagsZdisplayNameZ compartmentIdr Z dbVersionr Z isFlexibleZinstanceOcpuCountZinstanceMemorySizeInGBsZdbConfigurationOverridesZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map� _display_name�_compartment_id�_description�_db_version�_shape�_is_flexible�_instance_ocpu_count�_instance_memory_size_in_gbs�_db_configuration_overrides�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r$ �P/usr/lib/python3.9/site-packages/oci/psql/models/create_configuration_details.py�__init__ sL 7��z#CreateConfigurationDetails.__init__c C s | j S )a **[Required]** Gets the display_name of this CreateConfigurationDetails. A user-friendly display name for the configuration. Avoid entering confidential information. :return: The display_name of this CreateConfigurationDetails. :rtype: str �r �r"