Server IP : 103.119.228.120 / Your IP : 3.144.82.128 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/marketplace/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: 20181001 from __future__ import absolute_import from .accepted_agreement import AcceptedAgreement from .accepted_agreement_summary import AcceptedAgreementSummary from .agreement import Agreement from .agreement_summary import AgreementSummary from .category_summary import CategorySummary from .change_publication_compartment_details import ChangePublicationCompartmentDetails from .container_listing_package import ContainerListingPackage from .create_accepted_agreement_details import CreateAcceptedAgreementDetails from .create_image_publication_package import CreateImagePublicationPackage from .create_publication_details import CreatePublicationDetails from .create_publication_package import CreatePublicationPackage from .documentation_link import DocumentationLink from .error_entity import ErrorEntity from .eula import Eula from .export_package_details import ExportPackageDetails from .free_text_search_details import FreeTextSearchDetails from .image_listing_package import ImageListingPackage from .image_publication_package import ImagePublicationPackage from .international_market_price import InternationalMarketPrice from .item import Item from .kubernetes_listing_package import KubernetesListingPackage from .launch_eligibility import LaunchEligibility from .link import Link from .listing import Listing from .listing_package import ListingPackage from .listing_package_summary import ListingPackageSummary from .listing_summary import ListingSummary from .named_link import NamedLink from .operating_system import OperatingSystem from .orchestration_listing_package import OrchestrationListingPackage from .orchestration_publication_package import OrchestrationPublicationPackage from .orchestration_variable import OrchestrationVariable from .pricing_model import PricingModel from .publication import Publication from .publication_package import PublicationPackage from .publication_package_summary import PublicationPackageSummary from .publication_summary import PublicationSummary from .publisher import Publisher from .publisher_summary import PublisherSummary from .region import Region from .report_collection import ReportCollection from .report_summary import ReportSummary from .report_type_collection import ReportTypeCollection from .report_type_summary import ReportTypeSummary from .screenshot import Screenshot from .search_listings_details import SearchListingsDetails from .structured_search_details import StructuredSearchDetails from .support_contact import SupportContact from .tax_summary import TaxSummary from .text_based_eula import TextBasedEula from .third_party_paid_listing_eligibility import ThirdPartyPaidListingEligibility from .update_accepted_agreement_details import UpdateAcceptedAgreementDetails from .update_publication_details import UpdatePublicationDetails from .upload_data import UploadData 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 from .work_request_summary import WorkRequestSummary # Maps type names to classes for marketplace services. marketplace_type_mapping = { "AcceptedAgreement": AcceptedAgreement, "AcceptedAgreementSummary": AcceptedAgreementSummary, "Agreement": Agreement, "AgreementSummary": AgreementSummary, "CategorySummary": CategorySummary, "ChangePublicationCompartmentDetails": ChangePublicationCompartmentDetails, "ContainerListingPackage": ContainerListingPackage, "CreateAcceptedAgreementDetails": CreateAcceptedAgreementDetails, "CreateImagePublicationPackage": CreateImagePublicationPackage, "CreatePublicationDetails": CreatePublicationDetails, "CreatePublicationPackage": CreatePublicationPackage, "DocumentationLink": DocumentationLink, "ErrorEntity": ErrorEntity, "Eula": Eula, "ExportPackageDetails": ExportPackageDetails, "FreeTextSearchDetails": FreeTextSearchDetails, "ImageListingPackage": ImageListingPackage, "ImagePublicationPackage": ImagePublicationPackage, "InternationalMarketPrice": InternationalMarketPrice, "Item": Item, "KubernetesListingPackage": KubernetesListingPackage, "LaunchEligibility": LaunchEligibility, "Link": Link, "Listing": Listing, "ListingPackage": ListingPackage, "ListingPackageSummary": ListingPackageSummary, "ListingSummary": ListingSummary, "NamedLink": NamedLink, "OperatingSystem": OperatingSystem, "OrchestrationListingPackage": OrchestrationListingPackage, "OrchestrationPublicationPackage": OrchestrationPublicationPackage, "OrchestrationVariable": OrchestrationVariable, "PricingModel": PricingModel, "Publication": Publication, "PublicationPackage": PublicationPackage, "PublicationPackageSummary": PublicationPackageSummary, "PublicationSummary": PublicationSummary, "Publisher": Publisher, "PublisherSummary": PublisherSummary, "Region": Region, "ReportCollection": ReportCollection, "ReportSummary": ReportSummary, "ReportTypeCollection": ReportTypeCollection, "ReportTypeSummary": ReportTypeSummary, "Screenshot": Screenshot, "SearchListingsDetails": SearchListingsDetails, "StructuredSearchDetails": StructuredSearchDetails, "SupportContact": SupportContact, "TaxSummary": TaxSummary, "TextBasedEula": TextBasedEula, "ThirdPartyPaidListingEligibility": ThirdPartyPaidListingEligibility, "UpdateAcceptedAgreementDetails": UpdateAcceptedAgreementDetails, "UpdatePublicationDetails": UpdatePublicationDetails, "UploadData": UploadData, "WorkRequest": WorkRequest, "WorkRequestCollection": WorkRequestCollection, "WorkRequestError": WorkRequestError, "WorkRequestErrorCollection": WorkRequestErrorCollection, "WorkRequestLogEntry": WorkRequestLogEntry, "WorkRequestLogEntryCollection": WorkRequestLogEntryCollection, "WorkRequestResource": WorkRequestResource, "WorkRequestSummary": WorkRequestSummary }