org.redhat.vmtruckloader.service
Class VirtualNetwork
java.lang.Object
org.redhat.vmtruckloader.service.VirtualNetwork
public class VirtualNetwork
- extends Object
A simple POJO class designed to contains all the information relating
to one virtual netork. This allows smoother API, and ease extension - as
one can easily add extra object to this class, without breaking the
existing mehtod signature.
- Author:
- Romain Pelisse -
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualNetwork
public VirtualNetwork(String network,
String portGroupKey,
String switchUuid)
Copyright © 2013. All Rights Reserved.