Open
Description
Proposal
Some classes have attributes that are not required for building a Node.
For example, we don't need the NodeSize.bandwidth
argument to create a new node. Only the id
is necessary. But we still have to instanciate the NodeSize
class with bandwidth=None
since it's a required argument.
It could be possible to add a default None
value to each optional argument to make things simpler when using Sizes/Images/Locations.