[("direction", ht.NoDefault, ht.TElemOf(constants.VALID_IALLOCATOR_DIR
ECTIONS), None), ("mode", ht.NoDefault, ht.TElemOf(constants.VALID_IAL
LOCATOR_MODES), None), ("name", ht.NoDefault, ht.TNonEmptyString, None
), ("nics", ht.NoDefault, ht.TOr(ht.TNone, ht.TListOf(ht.TDictOf(ht.TE
lemOf([constants.INIC_MAC, constants.INIC_IP, "bridge"]), ht.TOr(ht.TN
one, ht.TNonEmptyString)))), None), ("disks", ht.NoDefault, ht.TOr(ht.
TNone, ht.TList), None), ("hypervisor", None, ht.TMaybeString, None),
("allocator", None, ht.TMaybeString, None), ("tags", ht.EmptyList, ht.
...
|