Server IP : 103.119.228.120 / Your IP : 216.73.216.13 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els17.x86_64 #1 SMP Mon Feb 24 04:58:14 UTC 2025 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 : /lib/mysqlsh/lib/python3.9/site-packages/oci/opensearch/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2025, 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: 20180828 from __future__ import absolute_import from .backup_event_details import BackupEventDetails from .backup_opensearch_cluster_details import BackupOpensearchClusterDetails from .backup_policy import BackupPolicy from .benchmark_details import BenchmarkDetails from .change_opensearch_cluster_backup_compartment_details import ChangeOpensearchClusterBackupCompartmentDetails from .change_opensearch_cluster_compartment_details import ChangeOpensearchClusterCompartmentDetails from .configure_outbound_cluster_details import ConfigureOutboundClusterDetails from .create_maintenance_details import CreateMaintenanceDetails from .create_opensearch_cluster_details import CreateOpensearchClusterDetails from .create_opensearch_cluster_pipeline_details import CreateOpensearchClusterPipelineDetails from .customer_logging_details import CustomerLoggingDetails from .delete_block_volumes_for_namespace_details import DeleteBlockVolumesForNamespaceDetails from .export_opensearch_cluster_backup_details import ExportOpensearchClusterBackupDetails from .force_patch_cluster_details import ForcePatchClusterDetails from .get_manifest_response import GetManifestResponse from .maintenance_details import MaintenanceDetails from .maintenance_notification_details import MaintenanceNotificationDetails from .maintenance_notification_failure import MaintenanceNotificationFailure from .maintenance_notification_response import MaintenanceNotificationResponse from .opensearch_cluster import OpensearchCluster from .opensearch_cluster_backup import OpensearchClusterBackup from .opensearch_cluster_backup_collection import OpensearchClusterBackupCollection from .opensearch_cluster_backup_summary import OpensearchClusterBackupSummary from .opensearch_cluster_collection import OpensearchClusterCollection from .opensearch_cluster_internal_details import OpensearchClusterInternalDetails from .opensearch_cluster_pipeline import OpensearchClusterPipeline from .opensearch_cluster_pipeline_collection import OpensearchClusterPipelineCollection from .opensearch_cluster_pipeline_summary import OpensearchClusterPipelineSummary from .opensearch_cluster_summary import OpensearchClusterSummary from .opensearch_pipeline_validation_response import OpensearchPipelineValidationResponse from .opensearch_versions_collection import OpensearchVersionsCollection from .opensearch_versions_summary import OpensearchVersionsSummary from .outbound_cluster_config import OutboundClusterConfig from .outbound_cluster_summary import OutboundClusterSummary from .pipeline_validation_error_details import PipelineValidationErrorDetails from .reclaim_cluster_details import ReclaimClusterDetails from .resize_opensearch_cluster_horizontal_details import ResizeOpensearchClusterHorizontalDetails from .resize_opensearch_cluster_vertical_details import ResizeOpensearchClusterVerticalDetails from .restore_opensearch_cluster_backup_details import RestoreOpensearchClusterBackupDetails from .restore_opensearch_cluster_details import RestoreOpensearchClusterDetails from .reverse_connection_endpoint import ReverseConnectionEndpoint from .security_saml_config import SecuritySamlConfig from .update_checkin_details import UpdateCheckinDetails from .update_cluster_hardened_image_details import UpdateClusterHardenedImageDetails from .update_cluster_specs_details import UpdateClusterSpecsDetails from .update_cluster_status_details import UpdateClusterStatusDetails from .update_maintenance_details import UpdateMaintenanceDetails from .update_opensearch_cluster_backup_details import UpdateOpensearchClusterBackupDetails from .update_opensearch_cluster_details import UpdateOpensearchClusterDetails from .update_opensearch_cluster_pipeline_details import UpdateOpensearchClusterPipelineDetails from .upgrade_open_search_cluster_details import UpgradeOpenSearchClusterDetails from .validate_opensearch_pipeline_details import ValidateOpensearchPipelineDetails from .work_request import WorkRequest from .work_request_collection import WorkRequestCollection from .work_request_error import WorkRequestError from .work_request_error_collection import WorkRequestErrorCollection from .work_request_log_entry import WorkRequestLogEntry from .work_request_log_entry_collection import WorkRequestLogEntryCollection from .work_request_resource import WorkRequestResource # Maps type names to classes for opensearch services. opensearch_type_mapping = { "BackupEventDetails": BackupEventDetails, "BackupOpensearchClusterDetails": BackupOpensearchClusterDetails, "BackupPolicy": BackupPolicy, "BenchmarkDetails": BenchmarkDetails, "ChangeOpensearchClusterBackupCompartmentDetails": ChangeOpensearchClusterBackupCompartmentDetails, "ChangeOpensearchClusterCompartmentDetails": ChangeOpensearchClusterCompartmentDetails, "ConfigureOutboundClusterDetails": ConfigureOutboundClusterDetails, "CreateMaintenanceDetails": CreateMaintenanceDetails, "CreateOpensearchClusterDetails": CreateOpensearchClusterDetails, "CreateOpensearchClusterPipelineDetails": CreateOpensearchClusterPipelineDetails, "CustomerLoggingDetails": CustomerLoggingDetails, "DeleteBlockVolumesForNamespaceDetails": DeleteBlockVolumesForNamespaceDetails, "ExportOpensearchClusterBackupDetails": ExportOpensearchClusterBackupDetails, "ForcePatchClusterDetails": ForcePatchClusterDetails, "GetManifestResponse": GetManifestResponse, "MaintenanceDetails": MaintenanceDetails, "MaintenanceNotificationDetails": MaintenanceNotificationDetails, "MaintenanceNotificationFailure": MaintenanceNotificationFailure, "MaintenanceNotificationResponse": MaintenanceNotificationResponse, "OpensearchCluster": OpensearchCluster, "OpensearchClusterBackup": OpensearchClusterBackup, "OpensearchClusterBackupCollection": OpensearchClusterBackupCollection, "OpensearchClusterBackupSummary": OpensearchClusterBackupSummary, "OpensearchClusterCollection": OpensearchClusterCollection, "OpensearchClusterInternalDetails": OpensearchClusterInternalDetails, "OpensearchClusterPipeline": OpensearchClusterPipeline, "OpensearchClusterPipelineCollection": OpensearchClusterPipelineCollection, "OpensearchClusterPipelineSummary": OpensearchClusterPipelineSummary, "OpensearchClusterSummary": OpensearchClusterSummary, "OpensearchPipelineValidationResponse": OpensearchPipelineValidationResponse, "OpensearchVersionsCollection": OpensearchVersionsCollection, "OpensearchVersionsSummary": OpensearchVersionsSummary, "OutboundClusterConfig": OutboundClusterConfig, "OutboundClusterSummary": OutboundClusterSummary, "PipelineValidationErrorDetails": PipelineValidationErrorDetails, "ReclaimClusterDetails": ReclaimClusterDetails, "ResizeOpensearchClusterHorizontalDetails": ResizeOpensearchClusterHorizontalDetails, "ResizeOpensearchClusterVerticalDetails": ResizeOpensearchClusterVerticalDetails, "RestoreOpensearchClusterBackupDetails": RestoreOpensearchClusterBackupDetails, "RestoreOpensearchClusterDetails": RestoreOpensearchClusterDetails, "ReverseConnectionEndpoint": ReverseConnectionEndpoint, "SecuritySamlConfig": SecuritySamlConfig, "UpdateCheckinDetails": UpdateCheckinDetails, "UpdateClusterHardenedImageDetails": UpdateClusterHardenedImageDetails, "UpdateClusterSpecsDetails": UpdateClusterSpecsDetails, "UpdateClusterStatusDetails": UpdateClusterStatusDetails, "UpdateMaintenanceDetails": UpdateMaintenanceDetails, "UpdateOpensearchClusterBackupDetails": UpdateOpensearchClusterBackupDetails, "UpdateOpensearchClusterDetails": UpdateOpensearchClusterDetails, "UpdateOpensearchClusterPipelineDetails": UpdateOpensearchClusterPipelineDetails, "UpgradeOpenSearchClusterDetails": UpgradeOpenSearchClusterDetails, "ValidateOpensearchPipelineDetails": ValidateOpensearchPipelineDetails, "WorkRequest": WorkRequest, "WorkRequestCollection": WorkRequestCollection, "WorkRequestError": WorkRequestError, "WorkRequestErrorCollection": WorkRequestErrorCollection, "WorkRequestLogEntry": WorkRequestLogEntry, "WorkRequestLogEntryCollection": WorkRequestLogEntryCollection, "WorkRequestResource": WorkRequestResource }