> @@ -103,6 +107,21 @@ public CloudStackTemplateOptions
> securityGroupIds(Iterable<String> securityGroup
> }
>
> /**
> + * @see #shouldGenerateKeyPair()
> + */
> + public CloudStackTemplateOptions generateSecurityGroup(boolean enable) {
> + this.generateSecurityGroup = enable;
> + return this;
> + }
> +
> + /**
> + * @return true if auto generation of keypairs is enabled
> + */
> + public boolean shouldGenerateSecurityGroup() {
It's more explanatory, I think.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/45/files#r4843187