📂 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
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_node_backup_configuration_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� �Zdd� Z dd� Zdd� ZdS )�$CreateNodeBackupConfigurationDetailsz< The information about the NodeBackupConfiguration. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new CreateNodeBackupConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param level_type_details: The value to assign to the level_type_details property of this CreateNodeBackupConfigurationDetails. :type level_type_details: oci.bds.models.LevelTypeDetails :param display_name: The value to assign to the display_name property of this CreateNodeBackupConfigurationDetails. :type display_name: str :param timezone: The value to assign to the timezone property of this CreateNodeBackupConfigurationDetails. :type timezone: str :param schedule: The value to assign to the schedule property of this CreateNodeBackupConfigurationDetails. :type schedule: str :param number_of_backups_to_retain: The value to assign to the number_of_backups_to_retain property of this CreateNodeBackupConfigurationDetails. :type number_of_backups_to_retain: int :param backup_type: The value to assign to the backup_type property of this CreateNodeBackupConfigurationDetails. :type backup_type: str ZLevelTypeDetails�str�int)�level_type_details�display_name�timezone�schedule�number_of_backups_to_retain�backup_typeZlevelTypeDetailsZdisplayNamer r ZnumberOfBackupsToRetainZ backupTypeN)Z swagger_typesZ attribute_map�_level_type_details� _display_name� _timezone� _schedule�_number_of_backups_to_retain�_backup_type)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/bds/models/create_node_backup_configuration_details.py�__init__ s( � � z-CreateNodeBackupConfigurationDetails.__init__c C s | j S )z� **[Required]** Gets the level_type_details of this CreateNodeBackupConfigurationDetails. :return: The level_type_details of this CreateNodeBackupConfigurationDetails. :rtype: oci.bds.models.LevelTypeDetails �r �r r r r r I s z7CreateNodeBackupConfigurationDetails.level_type_detailsc C s || _ dS )z� Sets the level_type_details of this CreateNodeBackupConfigurationDetails. :param level_type_details: The level_type_details of this CreateNodeBackupConfigurationDetails. :type: oci.bds.models.LevelTypeDetails Nr )r r r r r r S s c C s | j S )ay Gets the display_name of this CreateNodeBackupConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :return: The display_name of this CreateNodeBackupConfigurationDetails. :rtype: str �r r r r r r ] s z1CreateNodeBackupConfigurationDetails.display_namec C s || _ dS )a� Sets the display_name of this CreateNodeBackupConfigurationDetails. A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information. :param display_name: The display_name of this CreateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r i s c C s | j S )a Gets the timezone of this CreateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format :return: The timezone of this CreateNodeBackupConfigurationDetails. :rtype: str �r r r r r r u s z-CreateNodeBackupConfigurationDetails.timezonec C s || _ dS )a Sets the timezone of this CreateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format :param timezone: The timezone of this CreateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r � s c C s | j S )a� **[Required]** Gets the schedule of this CreateNodeBackupConfigurationDetails. Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported. :return: The schedule of this CreateNodeBackupConfigurationDetails. :rtype: str �r r r r r r � s z-CreateNodeBackupConfigurationDetails.schedulec C s || _ dS )a� Sets the schedule of this CreateNodeBackupConfigurationDetails. Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported. :param schedule: The schedule of this CreateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. Number of backup copies to retain. :return: The number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. :rtype: int �r r r r r r � s z@CreateNodeBackupConfigurationDetails.number_of_backups_to_retainc C s || _ dS )a Sets the number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. Number of backup copies to retain. :param number_of_backups_to_retain: The number_of_backups_to_retain of this CreateNodeBackupConfigurationDetails. :type: int Nr )r r r r r r � s c C s | j S )aN Gets the backup_type of this CreateNodeBackupConfigurationDetails. Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created. :return: The backup_type of this CreateNodeBackupConfigurationDetails. :rtype: str �r r r r r r � s z0CreateNodeBackupConfigurationDetails.backup_typec C s || _ dS )aX Sets the backup_type of this CreateNodeBackupConfigurationDetails. Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created. :param backup_type: The backup_type of this CreateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z-CreateNodeBackupConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z+CreateNodeBackupConfigurationDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z+CreateNodeBackupConfigurationDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"