📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_db_system_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 @ sN 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�UpdateDbSystemDetailsz( The information to be updated. c K s� dddddddddddd �| _ d ddd dddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new UpdateDbSystemDetails 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 UpdateDbSystemDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateDbSystemDetails. :type description: str :param shape: The value to assign to the shape property of this UpdateDbSystemDetails. :type shape: str :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this UpdateDbSystemDetails. :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 UpdateDbSystemDetails. :type instance_memory_size_in_gbs: int :param db_configuration_params: The value to assign to the db_configuration_params property of this UpdateDbSystemDetails. :type db_configuration_params: oci.psql.models.UpdateDbConfigParams :param management_policy: The value to assign to the management_policy property of this UpdateDbSystemDetails. :type management_policy: oci.psql.models.ManagementPolicyDetails :param storage_details: The value to assign to the storage_details property of this UpdateDbSystemDetails. :type storage_details: oci.psql.models.UpdateStorageDetailsParams :param network_details: The value to assign to the network_details property of this UpdateDbSystemDetails. :type network_details: oci.psql.models.UpdateNetworkDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDbSystemDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDbSystemDetails. :type defined_tags: dict(str, dict(str, object)) �str�intZUpdateDbConfigParamsZManagementPolicyDetailsZUpdateStorageDetailsParamsZUpdateNetworkDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�description�shape�instance_ocpu_count�instance_memory_size_in_gbs�db_configuration_params�management_policy�storage_details�network_details� freeform_tags�defined_tagsZdisplayNamer r ZinstanceOcpuCountZinstanceMemorySizeInGBsZdbConfigurationParamsZmanagementPolicyZstorageDetailsZnetworkDetailsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_shape�_instance_ocpu_count�_instance_memory_size_in_gbs�_db_configuration_params�_management_policy�_storage_details�_network_details�_freeform_tags� _defined_tags)�self�kwargs� r! �L/usr/lib/python3.9/site-packages/oci/psql/models/update_db_system_details.py�__init__ sF 3��zUpdateDbSystemDetails.__init__c C s | j S )a Gets the display_name of this UpdateDbSystemDetails. A user-friendly display name for the database system. Avoid entering confidential information. :return: The display_name of this UpdateDbSystemDetails. :rtype: str �r �r r! r! r"