📂 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: update_autonomous_container_database_details.cpython-39.pyc
a ���fq; � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�(UpdateAutonomousContainerDatabaseDetailszV Describes the modification parameters for the Autonomous Container Database. �RELEASE_UPDATES�RELEASE_UPDATE_REVISIONS�NEXT_RELEASE_UPDATE�LATEST_RELEASE_UPDATEc K sn dddddddddd� | _ d d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new UpdateAutonomousContainerDatabaseDetails 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 UpdateAutonomousContainerDatabaseDetails. :type display_name: str :param patch_model: The value to assign to the patch_model property of this UpdateAutonomousContainerDatabaseDetails. Allowed values for this property are: "RELEASE_UPDATES", "RELEASE_UPDATE_REVISIONS" :type patch_model: str :param maintenance_window_details: The value to assign to the maintenance_window_details property of this UpdateAutonomousContainerDatabaseDetails. :type maintenance_window_details: oci.database.models.MaintenanceWindow :param standby_maintenance_buffer_in_days: The value to assign to the standby_maintenance_buffer_in_days property of this UpdateAutonomousContainerDatabaseDetails. :type standby_maintenance_buffer_in_days: int :param version_preference: The value to assign to the version_preference property of this UpdateAutonomousContainerDatabaseDetails. Allowed values for this property are: "NEXT_RELEASE_UPDATE", "LATEST_RELEASE_UPDATE" :type version_preference: str :param is_dst_file_update_enabled: The value to assign to the is_dst_file_update_enabled property of this UpdateAutonomousContainerDatabaseDetails. :type is_dst_file_update_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAutonomousContainerDatabaseDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAutonomousContainerDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) :param backup_config: The value to assign to the backup_config property of this UpdateAutonomousContainerDatabaseDetails. :type backup_config: oci.database.models.AutonomousContainerDatabaseBackupConfig �strZMaintenanceWindow�int�boolzdict(str, str)zdict(str, dict(str, object))Z'AutonomousContainerDatabaseBackupConfig) �display_name�patch_model�maintenance_window_details�"standby_maintenance_buffer_in_days�version_preference�is_dst_file_update_enabled� freeform_tags�defined_tags� backup_configZdisplayNameZ patchModelZmaintenanceWindowDetailsZstandbyMaintenanceBufferInDaysZversionPreferenceZisDstFileUpdateEnabledZfreeformTagsZdefinedTagsZbackupConfigN)Z swagger_typesZ attribute_map� _display_name�_patch_model�_maintenance_window_details�#_standby_maintenance_buffer_in_days�_version_preference�_is_dst_file_update_enabled�_freeform_tags� _defined_tags�_backup_config)�self�kwargs� r"