smah.settings.system.operating_system.info.bsd_info
Classes
|
Represents BSD-specific OS details. |
- class smah.settings.system.operating_system.info.bsd_info.BSDInfo(config_data=None, fetch=False)[source]
Bases:
BaseInfoRepresents BSD-specific OS details.
- errors
List of errors encountered during initialization.
- Type:
list
- source
The source of the OS details.
- Type:
str
- details
The OS details.
- Type:
dict
- vsn
Version string.
- Type:
str
- configured
Indicates if the details are configured.
- Type:
bool