File: //proc/self/root/lib/mysqlsh/lib/python3.8/site-packages/oci/demand_signal/models/__init__.py
# 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: 20240430
from __future__ import absolute_import
from .change_occ_demand_signal_compartment_details import ChangeOccDemandSignalCompartmentDetails
from .create_occ_demand_signal_details import CreateOccDemandSignalDetails
from .occ_demand_signal import OccDemandSignal
from .occ_demand_signal_collection import OccDemandSignalCollection
from .occ_demand_signal_data import OccDemandSignalData
from .occ_demand_signal_summary import OccDemandSignalSummary
from .occ_demand_signal_value import OccDemandSignalValue
from .patch_insert_instruction import PatchInsertInstruction
from .patch_insert_multiple_instruction import PatchInsertMultipleInstruction
from .patch_instruction import PatchInstruction
from .patch_merge_instruction import PatchMergeInstruction
from .patch_move_instruction import PatchMoveInstruction
from .patch_occ_demand_signal_details import PatchOccDemandSignalDetails
from .patch_prohibit_instruction import PatchProhibitInstruction
from .patch_remove_instruction import PatchRemoveInstruction
from .patch_replace_instruction import PatchReplaceInstruction
from .patch_require_instruction import PatchRequireInstruction
from .update_occ_demand_signal_details import UpdateOccDemandSignalDetails
# Maps type names to classes for demand_signal services.
demand_signal_type_mapping = {
"ChangeOccDemandSignalCompartmentDetails": ChangeOccDemandSignalCompartmentDetails,
"CreateOccDemandSignalDetails": CreateOccDemandSignalDetails,
"OccDemandSignal": OccDemandSignal,
"OccDemandSignalCollection": OccDemandSignalCollection,
"OccDemandSignalData": OccDemandSignalData,
"OccDemandSignalSummary": OccDemandSignalSummary,
"OccDemandSignalValue": OccDemandSignalValue,
"PatchInsertInstruction": PatchInsertInstruction,
"PatchInsertMultipleInstruction": PatchInsertMultipleInstruction,
"PatchInstruction": PatchInstruction,
"PatchMergeInstruction": PatchMergeInstruction,
"PatchMoveInstruction": PatchMoveInstruction,
"PatchOccDemandSignalDetails": PatchOccDemandSignalDetails,
"PatchProhibitInstruction": PatchProhibitInstruction,
"PatchRemoveInstruction": PatchRemoveInstruction,
"PatchReplaceInstruction": PatchReplaceInstruction,
"PatchRequireInstruction": PatchRequireInstruction,
"UpdateOccDemandSignalDetails": UpdateOccDemandSignalDetails
}