public Set<VirtualNic> getVirtualNics() {
   return Collections.unmodifiableSet(virtualNics.getVirtualNics());
 }