powermon.configmodel package¶
- class powermon.configmodel.NoExtraBaseModel¶
Bases:
BaseModel
updated BaseModel with Extras forbidden
- class Config¶
Bases:
object
pydantic BaseModel config
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}¶
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_config: ClassVar[ConfigDict] = {'extra': 'forbid'}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- model_fields: ClassVar[Dict[str, FieldInfo]] = {}¶
Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo] objects.
This replaces Model.__fields__ from Pydantic V1.
Submodules¶
- powermon.configmodel.config_model module
- powermon.configmodel.format_config_model module
- powermon.configmodel.port_config_model module
- powermon.configmodel.trigger_config_model module