netunicorn.base.types.NodesRepresentation¶
- class NodesRepresentation[source]¶
Bases:
TypedDict
Nodes JSON representation.
Attributes
Type of node pool.
Node pool data (nodes)
Optional additional information for the pool instantiation
Methods
fromkeys
Create a new dictionary with keys from iterable and values set to value.
-
node_pool_data:
List
[Union
[NodeRepresentation
,NodesRepresentation
]][source]¶ Node pool data (nodes)
-
node_pool_data: