[_PInstanceName, _PForce, _PForceVariant, ("nics", ht.EmptyList, ht.TL
ist, "List of NIC changes. Each item is of the form ``(op, settings)``
." " ``op`` can be ``%s`` to add a new NIC with the specified settings
," " ``%s`` to remove the last NIC or a number to modify the settings"
" of the NIC with that index." %(constants.DDM_ADD, constants.DDM_REM
OVE)), ("disks", ht.EmptyList, ht.TList, "List of disk changes. See ``
nics``."), ("beparams", ht.EmptyDict, ht.TDict, "Per-instance backend
parameters"), ("hvparams", ht.EmptyDict, ht.TDict, "Per-instance hyper
...
|