📂 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: upgrade_db_system_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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�UpgradeDbSystemDetailszh Details for upgrading the operating system and Oracle Grid Infrastructure (GI) of a DB system. �PRECHECK�ROLLBACK�UPDATE_SNAPSHOT_RETENTION_DAYS�UPGRADEc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UpgradeDbSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action: The value to assign to the action property of this UpgradeDbSystemDetails. Allowed values for this property are: "PRECHECK", "ROLLBACK", "UPDATE_SNAPSHOT_RETENTION_DAYS", "UPGRADE" :type action: str :param snapshot_retention_period_in_days: The value to assign to the snapshot_retention_period_in_days property of this UpgradeDbSystemDetails. :type snapshot_retention_period_in_days: int :param new_gi_version: The value to assign to the new_gi_version property of this UpgradeDbSystemDetails. :type new_gi_version: str :param new_os_version: The value to assign to the new_os_version property of this UpgradeDbSystemDetails. :type new_os_version: str :param is_snapshot_retention_days_force_updated: The value to assign to the is_snapshot_retention_days_force_updated property of this UpgradeDbSystemDetails. :type is_snapshot_retention_days_force_updated: bool �str�int�bool)�action�!snapshot_retention_period_in_days�new_gi_version�new_os_version�(is_snapshot_retention_days_force_updatedr ZsnapshotRetentionPeriodInDaysZnewGiVersionZnewOsVersionZ#isSnapshotRetentionDaysForceUpdatedN)Z swagger_typesZ attribute_map�_action�"_snapshot_retention_period_in_days�_new_gi_version�_new_os_version�)_is_snapshot_retention_days_force_updated)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/database/models/upgrade_db_system_details.py�__init__"