[("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.TMaybeListOf(ht.TDictOf(ht.TElemOf([const
ants.INIC_MAC, constants.INIC_IP, "bridge"]), ht.TMaybeString)), None)
, ("disks", ht.NoDefault, ht.TMaybe(ht.TList), None), ("hypervisor", N
one, ht.TMaybeString, None), _PIAllocFromDesc(None), ("tags", ht.Empty
List, ht.TListOf(ht.TNonEmptyString), None), ("memory", None, ht.TMayb
...
|