Private/Types/enums/InternetProtocol.generated.psm1

enum InternetProtocol
{
    Default = 0
    IPv4 = 1
    IPv6 = 2
}