class documentation
class ExecutionOptions(object): (source)
Constructor: ExecutionOptions(allow_immediate_execution, allow_delegated_execution, default_choice_to_delegated)
Represents the execution options of an operation.
Parameters | |
allow | whether the operation can be executed immediately |
allow | whether the operation can be delegated to an orchestrator |
default | whether to default to delegated execution, if allowed |
Method | __init__ |
Undocumented |
Method | to |
Undocumented |
Method | update |
Undocumented |
Property | allow |
Undocumented |
Property | allow |
Undocumented |
Property | available |
Undocumented |
Property | default |
Undocumented |
Property | orchestrator |
Undocumented |
Instance Variable | _allow |
Undocumented |
Instance Variable | _allow |
Undocumented |
Instance Variable | _available |
Undocumented |
Instance Variable | _default |
Undocumented |