DSCResources/xPrinterPort/xPrinterPort.schema.mof
[ClassVersion("1.0.0.1"), FriendlyName("xPrinterPort")] class xPrinterPort : OMI_BaseResource { [Key, Description("Specifies the name of the port")] String Name; [Write, ValueMap{"Local", "TCP/IP"}, Values{"Local", "TCP/IP"}] String Type; [Write, Description("Specifies the host address for the port")] String PrinterHostAddress; [Write, ValueMap{"Present", "Absent"}, Values{"Present", "Absent"}] String Ensure; }; |