Server IP : 103.119.228.120 / Your IP : 3.145.44.22 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/ssl/lib/mysqlsh/lib/python3.9/site-packages/oci/file_storage/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20171215 from __future__ import absolute_import from .change_file_system_compartment_details import ChangeFileSystemCompartmentDetails from .change_filesystem_snapshot_policy_compartment_details import ChangeFilesystemSnapshotPolicyCompartmentDetails from .change_mount_target_compartment_details import ChangeMountTargetCompartmentDetails from .change_outbound_connector_compartment_details import ChangeOutboundConnectorCompartmentDetails from .change_replication_compartment_details import ChangeReplicationCompartmentDetails from .client_options import ClientOptions from .create_export_details import CreateExportDetails from .create_file_system_details import CreateFileSystemDetails from .create_filesystem_snapshot_policy_details import CreateFilesystemSnapshotPolicyDetails from .create_kerberos_details import CreateKerberosDetails from .create_ldap_bind_account_details import CreateLdapBindAccountDetails from .create_ldap_idmap_details import CreateLdapIdmapDetails from .create_mount_target_details import CreateMountTargetDetails from .create_outbound_connector_details import CreateOutboundConnectorDetails from .create_replication_details import CreateReplicationDetails from .create_snapshot_details import CreateSnapshotDetails from .endpoint import Endpoint from .export import Export from .export_set import ExportSet from .export_set_summary import ExportSetSummary from .export_summary import ExportSummary from .file_system import FileSystem from .file_system_summary import FileSystemSummary from .filesystem_snapshot_policy import FilesystemSnapshotPolicy from .filesystem_snapshot_policy_summary import FilesystemSnapshotPolicySummary from .kerberos import Kerberos from .kerberos_keytab_entry import KerberosKeytabEntry from .key_tab_secret_details import KeyTabSecretDetails from .ldap_bind_account import LdapBindAccount from .ldap_bind_account_summary import LdapBindAccountSummary from .ldap_idmap import LdapIdmap from .mount_target import MountTarget from .mount_target_summary import MountTargetSummary from .outbound_connector import OutboundConnector from .outbound_connector_summary import OutboundConnectorSummary from .replication import Replication from .replication_estimate import ReplicationEstimate from .replication_summary import ReplicationSummary from .replication_target import ReplicationTarget from .replication_target_summary import ReplicationTargetSummary from .schedule_downgrade_shape_mount_target_details import ScheduleDowngradeShapeMountTargetDetails from .snapshot import Snapshot from .snapshot_schedule import SnapshotSchedule from .snapshot_summary import SnapshotSummary from .source_details import SourceDetails from .update_export_details import UpdateExportDetails from .update_export_set_details import UpdateExportSetDetails from .update_file_system_details import UpdateFileSystemDetails from .update_filesystem_snapshot_policy_details import UpdateFilesystemSnapshotPolicyDetails from .update_kerberos_details import UpdateKerberosDetails from .update_ldap_idmap_details import UpdateLdapIdmapDetails from .update_mount_target_details import UpdateMountTargetDetails from .update_outbound_connector_details import UpdateOutboundConnectorDetails from .update_replication_details import UpdateReplicationDetails from .update_snapshot_details import UpdateSnapshotDetails from .upgrade_shape_mount_target_details import UpgradeShapeMountTargetDetails from .validate_key_tabs_details import ValidateKeyTabsDetails from .validate_key_tabs_response_details import ValidateKeyTabsResponseDetails # Maps type names to classes for file_storage services. file_storage_type_mapping = { "ChangeFileSystemCompartmentDetails": ChangeFileSystemCompartmentDetails, "ChangeFilesystemSnapshotPolicyCompartmentDetails": ChangeFilesystemSnapshotPolicyCompartmentDetails, "ChangeMountTargetCompartmentDetails": ChangeMountTargetCompartmentDetails, "ChangeOutboundConnectorCompartmentDetails": ChangeOutboundConnectorCompartmentDetails, "ChangeReplicationCompartmentDetails": ChangeReplicationCompartmentDetails, "ClientOptions": ClientOptions, "CreateExportDetails": CreateExportDetails, "CreateFileSystemDetails": CreateFileSystemDetails, "CreateFilesystemSnapshotPolicyDetails": CreateFilesystemSnapshotPolicyDetails, "CreateKerberosDetails": CreateKerberosDetails, "CreateLdapBindAccountDetails": CreateLdapBindAccountDetails, "CreateLdapIdmapDetails": CreateLdapIdmapDetails, "CreateMountTargetDetails": CreateMountTargetDetails, "CreateOutboundConnectorDetails": CreateOutboundConnectorDetails, "CreateReplicationDetails": CreateReplicationDetails, "CreateSnapshotDetails": CreateSnapshotDetails, "Endpoint": Endpoint, "Export": Export, "ExportSet": ExportSet, "ExportSetSummary": ExportSetSummary, "ExportSummary": ExportSummary, "FileSystem": FileSystem, "FileSystemSummary": FileSystemSummary, "FilesystemSnapshotPolicy": FilesystemSnapshotPolicy, "FilesystemSnapshotPolicySummary": FilesystemSnapshotPolicySummary, "Kerberos": Kerberos, "KerberosKeytabEntry": KerberosKeytabEntry, "KeyTabSecretDetails": KeyTabSecretDetails, "LdapBindAccount": LdapBindAccount, "LdapBindAccountSummary": LdapBindAccountSummary, "LdapIdmap": LdapIdmap, "MountTarget": MountTarget, "MountTargetSummary": MountTargetSummary, "OutboundConnector": OutboundConnector, "OutboundConnectorSummary": OutboundConnectorSummary, "Replication": Replication, "ReplicationEstimate": ReplicationEstimate, "ReplicationSummary": ReplicationSummary, "ReplicationTarget": ReplicationTarget, "ReplicationTargetSummary": ReplicationTargetSummary, "ScheduleDowngradeShapeMountTargetDetails": ScheduleDowngradeShapeMountTargetDetails, "Snapshot": Snapshot, "SnapshotSchedule": SnapshotSchedule, "SnapshotSummary": SnapshotSummary, "SourceDetails": SourceDetails, "UpdateExportDetails": UpdateExportDetails, "UpdateExportSetDetails": UpdateExportSetDetails, "UpdateFileSystemDetails": UpdateFileSystemDetails, "UpdateFilesystemSnapshotPolicyDetails": UpdateFilesystemSnapshotPolicyDetails, "UpdateKerberosDetails": UpdateKerberosDetails, "UpdateLdapIdmapDetails": UpdateLdapIdmapDetails, "UpdateMountTargetDetails": UpdateMountTargetDetails, "UpdateOutboundConnectorDetails": UpdateOutboundConnectorDetails, "UpdateReplicationDetails": UpdateReplicationDetails, "UpdateSnapshotDetails": UpdateSnapshotDetails, "UpgradeShapeMountTargetDetails": UpgradeShapeMountTargetDetails, "ValidateKeyTabsDetails": ValidateKeyTabsDetails, "ValidateKeyTabsResponseDetails": ValidateKeyTabsResponseDetails }