namespace Ocelot.Provider.Nacos.NacosClient; public enum LBStrategyName { /// /// Weight Round Robin /// WeightRoundRobin, /// /// Weight Random /// WeightRandom, /// /// Ext1 /// Ext1 }