eBayClassifiedsGroup / nsnitro

Citrix Netscaler 9.2+ Python Library (NITRO API)
47 stars 50 forks source link

fix stuff that should not have been made public #100

Closed marcosartori closed 9 years ago

marcosartori commented 9 years ago

Hi here is a pull to remove a stupid thing I left in.

Also I would be much appreciative if you can help me bind a csvserver policy to a csvserver, as I said before I have no python skills at all

I am trying

''' csvserver_cspolicy_binding.set_targetvserver("hcom-lb-cloud-myapp") csvserver_cspolicy_binding.set_priority(9999) csvserver_cspolicy_binding.set_policyname(test_policyname) NSCSVServerCSPolicyBinding.add(nitro, cspol)

'''