📂 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_backup_details.cpython-39.opt-1.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 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 dd� Zdd� Zdd� ZdS ) �CreateBackupDetailsz1 The information to create a new backup. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a- Initializes a new CreateBackupDetails 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 CreateBackupDetails. :type display_name: str :param description: The value to assign to the description property of this CreateBackupDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateBackupDetails. :type compartment_id: str :param db_system_id: The value to assign to the db_system_id property of this CreateBackupDetails. :type db_system_id: str :param retention_period: The value to assign to the retention_period property of this CreateBackupDetails. :type retention_period: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateBackupDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateBackupDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object)))�display_name�description�compartment_id�db_system_id�retention_period� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZ dbSystemIdZretentionPeriodZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id� _db_system_id�_retention_period�_freeform_tags� _defined_tags)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/psql/models/create_backup_details.py�__init__ s. #�� zCreateBackupDetails.__init__c C s | j S )a **[Required]** Gets the display_name of this CreateBackupDetails. A user-friendly display name for the backup. Avoid entering confidential information. :return: The display_name of this CreateBackupDetails. :rtype: str �r �r r r r r P s z CreateBackupDetails.display_namec C s || _ dS )a Sets the display_name of this CreateBackupDetails. A user-friendly display name for the backup. Avoid entering confidential information. :param display_name: The display_name of this CreateBackupDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the description of this CreateBackupDetails. A description for the backup. :return: The description of this CreateBackupDetails. :rtype: str �r r r r r r h s zCreateBackupDetails.descriptionc C s || _ dS )z� Sets the description of this CreateBackupDetails. A description for the backup. :param description: The description of this CreateBackupDetails. :type: str Nr )r r r r r r t s c C s | j S )aA **[Required]** Gets the compartment_id of this CreateBackupDetails. The `OCID`__ of the compartment that contains the backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateBackupDetails. :rtype: str �r r r r r r � s z"CreateBackupDetails.compartment_idc C s || _ dS )a? Sets the compartment_id of this CreateBackupDetails. The `OCID`__ of the compartment that contains the backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateBackupDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the db_system_id of this CreateBackupDetails. The ID of the database system. :return: The db_system_id of this CreateBackupDetails. :rtype: str �r r r r r r � s z CreateBackupDetails.db_system_idc C s || _ dS )z� Sets the db_system_id of this CreateBackupDetails. The ID of the database system. :param db_system_id: The db_system_id of this CreateBackupDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the retention_period of this CreateBackupDetails. Backup retention period in days. :return: The retention_period of this CreateBackupDetails. :rtype: int �r r r r r r � s z$CreateBackupDetails.retention_periodc C s || _ dS )z� Sets the retention_period of this CreateBackupDetails. Backup retention period in days. :param retention_period: The retention_period of this CreateBackupDetails. :type: int Nr! )r r r r r r � s c C s | j S )aM Gets the freeform_tags of this CreateBackupDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this CreateBackupDetails. :rtype: dict(str, str) �r r r r r r � s z!CreateBackupDetails.freeform_tagsc C s || _ dS )aY Sets the freeform_tags of this CreateBackupDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this CreateBackupDetails. :type: dict(str, str) Nr"