cfxdb.common¶
Classes¶
CFC configuration element, an abstract "thing" with a unique identifier ("oid", |
|
Functions¶
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- class ConfigurationElement(oid=None, label=None, description=None, tags=None, _unknown=None)[source]¶
Bases:
objectCFC configuration element, an abstract “thing” with a unique identifier (“oid”, which is of type UUID) and that can be user documented using
label
description
tags
These elements are under user (application) control and not interpreted by the CFC backend code (beyond their basic types of string or list of string).
Configuration elements can be nearly everything in CFC configuration:
Users
Mrealms
Nodes
…
- class address(data=None)[source]¶
Bases:
object
- class uint256(data=None)[source]¶
Bases:
object