dsc/ext/PsGallery/xNetworking.3.2.0.0/DSCResources/MSFT_xDefaultGatewayAddress/MSFT_xDefaultGatewayAddress.schema.mof

[ClassVersion("1.0.0"), FriendlyName("xDefaultGatewayAddress")]
class MSFT_xDefaultGatewayAddress : OMI_BaseResource
{
    [Key, Description("Alias of the network interface for which the default gateway address is set.")] string InterfaceAlias;
    [Key, Description("IP address family."), ValueMap{"IPv4", "IPv6"},Values{"IPv4", "IPv6"}] string AddressFamily;
    [Write, Description("The desired default gateway address - if not provided default gateway will be removed.")] string Address;
};