The api endpoint link_create takes a LinkCreate struct as a parameter. This is also included inside LinkSettings and used all over the place internally. However, looking at what this struct contains, it's clear, that this is a container for the layer 1, physical properties of the links.
I suggest renaming this to PhysicalLinkProps or something similar to clarify the code and APIs.
This will require an API version bump.
The api endpoint
link_createtakes aLinkCreatestruct as a parameter. This is also included insideLinkSettingsand used all over the place internally. However, looking at what this struct contains, it's clear, that this is a container for the layer 1, physical properties of the links.I suggest renaming this to
PhysicalLinkPropsor something similar to clarify the code and APIs.This will require an API version bump.