ReconfigPlanDict

class rosa_kb.typedb_model_interface.ReconfigPlanDict

TypedDict for reconfiguration plan.

Methods

Attributes

start_time

reconfig plan start-time

c_activate

components to activate

c_deactivate

components to deactivate

c_config

component configurations to update

c_activate: list[str]

components to activate

c_config: list[str]

component configurations to update

c_deactivate: list[str]

components to deactivate

start_time: datetime

reconfig plan start-time