DSCResources/MSFT_xWeakHostReceive/MSFT_xWeakHostReceive.schema.mof
[ClassVersion("1.0.0"), FriendlyName("xWeakHostReceive")]
class MSFT_xWeakHostReceive : 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; }; |