Hi! You have to use the provider specific options. Something like the following when using the template builder:
TemplateOptions opts = compute.templateOptions(); Template template = compute.templateBuilder().options(opts.as (DigitalOceanTemplateOptions.class).privateNetworking(true)); See: https://github.com/jclouds/jclouds-labs/blob/master/digitalocean/src/main/java/org/jclouds/digitalocean/compute/options/DigitalOceanTemplateOptions.java#L40-46 HTH! I. El 09/04/2015 07:26, "Ruben Rubio Rey" <[email protected]> escribió: > Hi, > > When creating new instances with Digital Ocean the private network is not > enabled. How do I enable the private network ? > > Regards, > Ruben >
