hmci/src/main/java/biz/nellemann/hmci/pcm/Network.java

12 lines
224 B
Java
Raw Normal View History

package biz.nellemann.hmci.pcm;
import java.util.List;
public class Network {
List<GenericAdapter> genericAdapters;
List<SharedAdapter> sharedAdapters;
List<VirtualEthernetAdapter> virtualEthernetAdapters;
}