UpdateExportSetDetails

class oci.file_storage.models.UpdateExportSetDetails(**kwargs)

Bases: object

Details for updating the export set.

Methods

__init__(**kwargs) Initializes a new UpdateExportSetDetails object with values from keyword arguments.

Attributes

display_name Gets the display_name of this UpdateExportSetDetails.
max_fs_stat_bytes Gets the max_fs_stat_bytes of this UpdateExportSetDetails.
max_fs_stat_files Gets the max_fs_stat_files of this UpdateExportSetDetails.
__init__(**kwargs)

Initializes a new UpdateExportSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateExportSetDetails.
  • max_fs_stat_bytes (int) – The value to assign to the max_fs_stat_bytes property of this UpdateExportSetDetails.
  • max_fs_stat_files (int) – The value to assign to the max_fs_stat_files property of this UpdateExportSetDetails.
display_name

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

Returns:The display_name of this UpdateExportSetDetails.
Return type:str
max_fs_stat_bytes

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’.

Returns:The max_fs_stat_bytes of this UpdateExportSetDetails.
Return type:int
max_fs_stat_files

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’.

Returns:The max_fs_stat_files of this UpdateExportSetDetails.
Return type:int