netunicorn.base.types.RuntimeContextRepresentation

class RuntimeContextRepresentation[source]

Bases: TypedDict

Runtime context JSON representation.

Attributes

ports_mapping

Ports mapping dictionary.

environment_variables

Environment variables dictionary.

network

Network interface name.

additional_arguments

Additional arguments list.

Methods

fromkeys

Create a new dictionary with keys from iterable and values set to value.

ports_mapping: Dict[int, int][source]

Ports mapping dictionary.

environment_variables: Dict[str, str][source]

Environment variables dictionary.

network: Optional[str][source]

Network interface name.

additional_arguments: List[str][source]

Additional arguments list.