ComponentDict

class rosa_kb.typedb_model_interface.ComponentDict

TypedDict for Component.

Methods

Attributes

type

the typedb type of the component

component_name

component name

is_required

whether component is required or not

is_active

whether component is active or not

component_status

component status

package

package that contains the component

executable

executable that starts the component

component_name: str

component name

component_status: str

component status

executable: str

executable that starts the component

is_active: bool

whether component is active or not

is_required: bool

whether component is required or not

package: str

package that contains the component

type: str

the typedb type of the component