jeevatkm / digitalocean-api-java

DigitalOcean API Client in Java

Home Page:https://www.digitalocean.com/community/projects/api-client-in-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to create volumes within creation of the droplet

srosato opened this issue · comments

I see on the Digital Ocean API that it is possible to specify volumes to be attached at the creation of the droplet. Can that be added? I am trying to add to a Jenkins plugin that uses this wrapper and hit myself on this issue because we cannot fire two events simultaneously, we must wait for the droplet to be created before attaching the volume.

I just checked the DO doc. It seems create new droplet has volume input.

Sure, I will add it.

Wow thanks for the quick answer, looking forward to it! :)

adding tags attribute also in the create droplet.

Done, v2.8 SNAPSHOT published to OSS.

Thanks a lot! I have had a chance to test it and it works good :)

Thanks, do not forget to give a star on github :)