DSCResources/MSFT_xDhcpClient/MSFT_xDhcpClient.schema.mof

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