For Network.{Provider,Service,Capability} the getName() does not
always match the constant names.  For example
Capability.SupportedVpnProtocols, the getName() is
"SupportedVpnTypes".  For Capability.SupportedLBAlgorithms the
getName() is "SupportedLbAlgorithms".

Can we just clean up all those constants, meaning make the string
match what the constant name is?  Is that going to have some impact?
I can submit a patch that has a unit test to ensure the static's
getName always matches the static name.

Darren

Reply via email to