### Description Currently, it is not possible to attach interfaces upon [instance creation](https://github.com/linode/linode_api4-python/blob/dev/linode_api4/groups/linode.py#L132) even though it is possible with the public API From https://www.linode.com/docs/api/linode-instances/#linode-create: ``` interfaces | array of objects An array of Network Interfaces to add to this Linode’s Configuration Profile. ... ``` Adding support will allow me to attach vlans to my instances.
Description
Currently, it is not possible to attach interfaces upon instance creation even though it is possible with the public API
From https://www.linode.com/docs/api/linode-instances/#linode-create:
Adding support will allow me to attach vlans to my instances.