DSCResources/xDSCSEPVIE/xDSCSEPVIE.schema.mof

1
2
3
4
5
6
7
8
9
 
[ClassVersion("1.0.0.0"), FriendlyName("xDSCSEPVIE")]
class xDSCSEPVIE : OMI_BaseResource
{
    [Key, Description("Location of the VIE executable")] String VIELocation;
    [Write, Description("Ensure"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};