I am hitting a problem trying to get the vAppTemplate network configuration.
With the 1.0 SDK
template.GetNetworkConfigSection().NetworkConfig[0].Features
had a bunch of information - like NAT/DHCP/Firewall settings.
With the 1.5 SDK when I look in the same place I get something different.
Features is now an array of NetworkServiceType - and even thought I know I haev a firewall, DHCP, and NAT configured for a network the array is empty.
Is this a bug in the API, or am I missing something. It looks like "Features" part of the network config is missing in the 1.5 SDK.