pub trait VZNetworkDeviceConfiguration { // Required method fn id(&self) -> Id; }
common configure of network device