UpdateExportDetails¶
-
class
oci.file_storage.models.
UpdateExportDetails
(**kwargs)¶ Bases:
object
Details for updating the export.
Methods
__init__
(**kwargs)Initializes a new UpdateExportDetails object with values from keyword arguments. Attributes
export_options
Gets the export_options of this UpdateExportDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: export_options (list[oci.file_storage.models.ClientOptions]) – The value to assign to the export_options property of this UpdateExportDetails.
-
export_options
¶ Gets the export_options of this UpdateExportDetails. New export options for the export.
Setting to the empty array will make the export invisible to all clients.
Leaving unset will leave the exportOptions unchanged.
Returns: The export_options of this UpdateExportDetails. Return type: list[oci.file_storage.models.ClientOptions]
-