DSCResources/TrustedHost/Trustedhost.schema.mof

[ClassVersion("1.0.0.0"), FriendlyName("TrustedHost")]
class TrustedHost : OMI_BaseResource
{
    [Key, Description("Name/IP of the trusted host")] String Name;
    [Write, Description("Whether switch host be present or absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
};