-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10_interop.mof
85 lines (66 loc) · 1.52 KB
/
10_interop.mof
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
//
// interop base classes for mofc/
//
//
// ===================================================================
// dummy classes to get event classes loaded by mofc
// ===================================================================
class DMY_ObjectManager : CIM_ObjectManager
{
};
class DMY_IndicationService : CIM_IndicationService
{
};
class SFCB_CIMXMLCommunicationMechanism : CIM_CIMXMLCommunicationMechanism
{
};
class DMY_RegisteredSubProfile : CIM_RegisteredSubProfile
{
};
class SFCB_RegisteredProfile : CIM_RegisteredProfile
{
};
instance of SFCB_RegisteredProfile
{
InstanceID = "CIM:SFCB_PR";
RegisteredOrganization = 2;
RegisteredName = "Profile Registration";
RegisteredVersion = "1.0.0";
AdvertiseTypes = 3;
};
class DMY_Namespace : CIM_Namespace
{
};
class DMY_SubProfileRequiresProfile : CIM_SubProfileRequiresProfile
{
};
class DMY_ListenerDestinationCIMXML : CIM_ListenerDestinationCIMXML
{
};
class DMY_IndicationHandlerCIMXML : CIM_IndicationHandlerCIMXML
{
};
class DMY_IndicationFilter : CIM_IndicationFilter
{
};
class DMY_IndicationSubscription : CIM_IndicationSubscription
{
};
class DMY_HostedService : CIM_HostedService
{
};
class DMY_NamespaceInManager : CIM_NamespaceInManager
{
};
class SFCB_ElementConformsToProfile : CIM_ElementConformsToProfile
{
};
class SFCB_IndicationElement : CIM_ManagedElement
{
[key] uint32 IndicationID;
uint32 RetryCount;
sint32 LastDelivery;
CIM_Indication ref ind;
CIM_IndicationSubscription ref sub;
CIM_ListenerDestination ref ld;
};