DSCResources/MSFT_WeakHostReceive/MSFT_WeakHostReceive.schema.mof

[ClassVersion("1.0.0"), FriendlyName("WeakHostReceive")]
class MSFT_WeakHostReceive : OMI_BaseResource
{
    [Key, Description("Alias of the network interface for which the Weak Host Receiving is set.")] string InterfaceAlias;
    [Key, Description("IP address family."), ValueMap{"IPv4", "IPv6"}, Values{"IPv4", "IPv6"}] string AddressFamily;
    [Required, Description("The desired state of the Weak Host Receiving."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] string State;
};