(file) Return to root-cimv2-instances.mof CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / wsm / mof

File: [Pegasus] / pegasus_unsupported / wsm / mof / root-cimv2-instances.mof (download)
Revision: 1.1, Wed May 30 19:05:56 2007 UTC (17 years ago) by karl
Branch: MAIN
CVS Tags: HEAD
PEP#: 9999
TITLE: ADD wsm

DESCRIPTION: add wsm

//==============================================================================
//
// instances of President
//
//==============================================================================

instance of President
{
    num = 1;
    first = "George";
    last = "Washington";
};

instance of President
{
    num = 2;
    first = "John";
    last = "Adams";
};

instance of President
{
    num = 3;
    first = "Thomas";
    last = "Jefferson";
};

instance of ModernPresident
{
    num = 555;
    first = "Jimmy";
    last = "Carter";
    aviation_budget = 1000000;
};

instance of ModernPresident
{
    num = 554;
    first = "Ronald";
    last = "Reagan";
    aviation_budget = 2000000;
};

instance of TwentyFirstCenturyPresident
{
    num = 556;
    first = "Jane";
    last = "Doe";
    aviation_budget = 1000000;
};

//==============================================================================
//
// instances of PresidentLink
//
//==============================================================================

instance of PresidentLink
{
    pred = "root/cimv2:President.num=1";
    succ = "root/cimv2:President.num=2";
};

instance of PresidentLink
{
    pred = "root/cimv2:President.num=2";
    succ = "root/cimv2:President.num=3";
};

instance of PresidentLink
{
    pred = "root/cimv2:President.num=1";
    succ = "root/PG_InterOp:President.num=1000";
};

//==============================================================================
//
// instances of SuccessionLink
//
//==============================================================================

instance of SuccessionLink
{
    pred = "root/cimv2:President.num=1";
    succ = "root/PG_InterOp:VicePresident.num=2000";
};

instance of SuccessionLink
{
    pred = "root/cimv2:President.num=2";
    succ = "root/PG_InterOp:VicePresident.num=2001";
};


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2