netunicorn.base.types.RuntimeContextRepresentation¶
- class RuntimeContextRepresentation[source]¶
Bases:
TypedDict
Runtime context JSON representation.
Attributes
Ports mapping dictionary.
Environment variables dictionary.
Network interface name.
Additional arguments list.
Methods
fromkeys
Create a new dictionary with keys from iterable and values set to value.