📂 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: update_node_backup_configuration_details.cpython-39.opt-1.pyc
a ���fS! � @ 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 )�$UpdateNodeBackupConfigurationDetailszR The information about the NodeBackupConfiguration that is being updated. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new UpdateNodeBackupConfigurationDetails 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 UpdateNodeBackupConfigurationDetails. :type level_type_details: oci.bds.models.LevelTypeDetails :param display_name: The value to assign to the display_name property of this UpdateNodeBackupConfigurationDetails. :type display_name: str :param timezone: The value to assign to the timezone property of this UpdateNodeBackupConfigurationDetails. :type timezone: str :param schedule: The value to assign to the schedule property of this UpdateNodeBackupConfigurationDetails. :type schedule: str :param number_of_backups_to_retain: The value to assign to the number_of_backups_to_retain property of this UpdateNodeBackupConfigurationDetails. :type number_of_backups_to_retain: int :param backup_type: The value to assign to the backup_type property of this UpdateNodeBackupConfigurationDetails. :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/update_node_backup_configuration_details.py�__init__ s( � � z-UpdateNodeBackupConfigurationDetails.__init__c C s | j S )z� Gets the level_type_details of this UpdateNodeBackupConfigurationDetails. :return: The level_type_details of this UpdateNodeBackupConfigurationDetails. :rtype: oci.bds.models.LevelTypeDetails �r �r r r r r I s z7UpdateNodeBackupConfigurationDetails.level_type_detailsc C s || _ dS )z� Sets the level_type_details of this UpdateNodeBackupConfigurationDetails. :param level_type_details: The level_type_details of this UpdateNodeBackupConfigurationDetails. :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 UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :rtype: str �r r r r r r ] s z1UpdateNodeBackupConfigurationDetails.display_namec C s || _ dS )a� Sets the display_name of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r i s c C s | j S )a Gets the timezone of this UpdateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format :return: The timezone of this UpdateNodeBackupConfigurationDetails. :rtype: str �r r r r r r u s z-UpdateNodeBackupConfigurationDetails.timezonec C s || _ dS )a Sets the timezone of this UpdateNodeBackupConfigurationDetails. The time zone of the execution schedule, in IANA time zone database name format :param timezone: The timezone of this UpdateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the schedule of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :rtype: str �r r r r r r � s z-UpdateNodeBackupConfigurationDetails.schedulec C s || _ dS )a� Sets the schedule of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :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 UpdateNodeBackupConfigurationDetails. Number of backup copies to retain. :return: The number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails. :rtype: int �r r r r r r � s z@UpdateNodeBackupConfigurationDetails.number_of_backups_to_retainc C s || _ dS )a Sets the number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails. Number of backup copies to retain. :param number_of_backups_to_retain: The number_of_backups_to_retain of this UpdateNodeBackupConfigurationDetails. :type: int Nr )r r r r r r � s c C s | j S )aN Gets the backup_type of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :rtype: str �r r r r r r � s z0UpdateNodeBackupConfigurationDetails.backup_typec C s || _ dS )aX Sets the backup_type of this UpdateNodeBackupConfigurationDetails. 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 UpdateNodeBackupConfigurationDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z-UpdateNodeBackupConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z+UpdateNodeBackupConfigurationDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z+UpdateNodeBackupConfigurationDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"