koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.25k stars 300 forks source link

Add new loadbalancer options to the loadbalancer object #333

Closed djburns closed 3 years ago

djburns commented 3 years ago

The DigitalOcean API now includes support for the following new values for loadbalancers:

Without these things added to the library when you save a loadbalncer these values (except size) are set to the default (false). Adding size allows users to create loadbalaners of different sizes than the default of 'lb-small'

I've also updated the test sample files to the updated version provided in the DigitalOcean API documentation.