Esempio n. 1
0
        public object ToIngressRuleConfig()
        {
            var ingressRule = new Dictionary <string, object>();

            ingressRule.Add("cidrIp", Lazy.AnyValue(new Roundabout("1.2.3.5/6")));
            return(ingressRule);
        }