pub type VMNetworkMap<V, T, N> = HashMap<String, VMNetwork<V, T, N>>;
pub struct VMNetworkMap<V, T, N> { /* private fields */ }