IPDHCPConfiguration
public enum IPDHCPConfiguration : String
This enum describes the IPv6 DHCP configuration.
-
Simply “On”
Declaration
Swift
case On
-
Simply “Off”
Declaration
Swift
case Off
-
Fetch the address automatically from RA.
Declaration
Swift
case Auto
-
Fetch multiple IPv6 addresses (like Router and DNS) from RA.
Declaration
Swift
case Stateful
-
Fetch multiple IPv6 addresses (like Router and DNS) from a DHCP Server.
Declaration
Swift
case Stateless