/** * Add link veth & vxcan type arguments. * @category Interfaces */ export interface AddLinkVethVxcanTypeArgs { /** Specifies the virtual pair device name of the VETH/VXCAN tunnel. */ 'peer name'?: string; }