H,
Working on getting a Nicira hosted private gateway for VPCs, I noticed that at
some points the enums IsolationType and BroadcastDomainType are used
interchangeably. These do not contain exactly the same values. Can they be
unified (by me)? Or would I be breaking to much?
As an illustration, this code comes from PrivateNetworkGuru:
nic.setIsolationUri(IsolationType.Vlan.toUri(ip.getBroadcastUri()));
nic.setBroadcastUri(IsolationType.Vlan.toUri(ip.getBroadcastUri()));
kind regards,
Daan Hoogland