📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
file_storage
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/file_storage/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_export_set_details.pyc
a N��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 d d� Z dd� Zdd� ZdS )�UpdateExportSetDetailsz. Details for updating the export set. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UpdateExportSetDetails 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 UpdateExportSetDetails. :type display_name: str :param max_fs_stat_bytes: The value to assign to the max_fs_stat_bytes property of this UpdateExportSetDetails. :type max_fs_stat_bytes: int :param max_fs_stat_files: The value to assign to the max_fs_stat_files property of this UpdateExportSetDetails. :type max_fs_stat_files: int �str�int)�display_name�max_fs_stat_bytes�max_fs_stat_files�displayName�maxFsStatBytes�maxFsStatFilesN)� swagger_types� attribute_map� _display_name�_max_fs_stat_bytes�_max_fs_stat_files)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/file_storage/models/update_export_set_details.py�__init__ s ��zUpdateExportSetDetails.__init__c C s | j S )aE Gets the display_name of this UpdateExportSetDetails. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My export set` :return: The display_name of this UpdateExportSetDetails. :rtype: str �r �r r r r r 2 s z#UpdateExportSetDetails.display_namec C s || _ dS )aP Sets the display_name of this UpdateExportSetDetails. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My export set` :param display_name: The display_name of this UpdateExportSetDetails. :type: str Nr )r r r r r r A s c C s | j S )a� Gets the max_fs_stat_bytes of this UpdateExportSetDetails. Controls the maximum `tbytes`, `fbytes`, and `abytes` values reported by `NFS FSSTAT` calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The `tbytes` value reported by `FSSTAT` will be `maxFsStatBytes`. The value of `fbytes` and `abytes` will be `maxFsStatBytes` minus the metered size of the file system. If the metered size is larger than `maxFsStatBytes`, then `fbytes` and `abytes` will both be '0'. :return: The max_fs_stat_bytes of this UpdateExportSetDetails. :rtype: int �r r r r r r P s z(UpdateExportSetDetails.max_fs_stat_bytesc C s || _ dS )a� Sets the max_fs_stat_bytes of this UpdateExportSetDetails. Controls the maximum `tbytes`, `fbytes`, and `abytes` values reported by `NFS FSSTAT` calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The `tbytes` value reported by `FSSTAT` will be `maxFsStatBytes`. The value of `fbytes` and `abytes` will be `maxFsStatBytes` minus the metered size of the file system. If the metered size is larger than `maxFsStatBytes`, then `fbytes` and `abytes` will both be '0'. :param max_fs_stat_bytes: The max_fs_stat_bytes of this UpdateExportSetDetails. :type: int Nr )r r r r r r d s c C s | j S )a� Gets the max_fs_stat_files of this UpdateExportSetDetails. Controls the maximum `ffiles`, `ffiles`, and `afiles` values reported by `NFS FSSTAT` calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The `tfiles` value reported by `FSSTAT` will be `maxFsStatFiles`. The value of `ffiles` and `afiles` will be `maxFsStatFiles` minus the metered size of the file system. If the metered size is larger than `maxFsStatFiles`, then `ffiles` and `afiles` will both be '0'. :return: The max_fs_stat_files of this UpdateExportSetDetails. :rtype: int �r r r r r r x s z(UpdateExportSetDetails.max_fs_stat_filesc C s || _ dS )a� Sets the max_fs_stat_files of this UpdateExportSetDetails. Controls the maximum `ffiles`, `ffiles`, and `afiles` values reported by `NFS FSSTAT` calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The `tfiles` value reported by `FSSTAT` will be `maxFsStatFiles`. The value of `ffiles` and `afiles` will be `maxFsStatFiles` minus the metered size of the file system. If the metered size is larger than `maxFsStatFiles`, then `ffiles` and `afiles` will both be '0'. :param max_fs_stat_files: The max_fs_stat_files of this UpdateExportSetDetails. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zUpdateExportSetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpdateExportSetDetails.__eq__c C s | |k S r r r r r r �__ne__� s zUpdateExportSetDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"