pub trait VZNetworkDeviceAttachment { // Required method fn id(&self) -> Id; }
common behaviors for network device attachment