DSCResources/cNatSwitch/cNatSwitch.schema.mof

[ClassVersion("1.0"), FriendlyName("cNatSwitch")]
class cNatSwitch : OMI_BaseResource
{
    [Key, Description("Name of the VM Switch")] String Name;
    [Required, Description("Internal Address Prefix")] String NATSubnetAddress;
    [Write, Description("Whether switch should be present or absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};