[_PNetworkName, ("network", ht.NoDefault, _TIpNetwork4, "IPv4 subnet")
, ("gateway", None, ht.TMaybe(_TIpAddress4), "IPv4 gateway"), ("networ
k6", None, ht.TMaybe(_TIpNetwork6), "IPv6 subnet"), ("gateway6", None,
ht.TMaybe(_TIpAddress6), "IPv6 gateway"), ("mac_prefix", None, ht.TMa
ybeString, "MAC address prefix that overrides cluster one"), ("add_res
erved_ips", None, _TMaybeAddr4List, "Which IP addresses to reserve"),
("conflicts_check", True, ht.TBool, "Whether to check for conflicting
IP addresses"), ("tags", ht.EmptyList, ht.TListOf(ht.TNonEmptyString),
...
|