class documentation

class IAReqMultiInstanceAlloc(IARequestBase):

View In Hierarchy

An multi instance allocation request.

Method GetRequest Gets the request data dict.
Constant REQ_PARAMS Undocumented
Constant REQ_RESULT Undocumented
Constant _MAFAILED Undocumented
Constant _MASUCCESS Undocumented

Inherited from IARequestBase:

Method __init__ Constructor for IARequestBase.
Method GetExtraParams Gets extra parameters to the IAllocator call.
Method Validate Validates all parameters of the request.
Method ValidateResult Validates the result of an request.

Inherited from ValidatedSlots (via IARequestBase):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Class Variable __slots__ Undocumented
def GetRequest(self, cfg):

Gets the request data dict.

Parameters
cfgThe configuration instance
REQ_RESULT =
_MAFAILED =

Undocumented

Value
ht.TListOf(ht.TNonEmptyString)