> @@ -61,6 +61,22 @@ public AWSRunInstancesOptions inPlacementGroup(String
> placementGroup) {
> }
>
> /**
> + * Specifies the tenancy of the instance within which to launch the
> instance(s).
> + */
> + public AWSRunInstancesOptions withTenancy(String tenancy) {
Looking at the docs, it looks like the only allowed values are `default |
dedicated | host`. I think it is worth creating an enum so users don't have the
chance to pass in the wrong values (the same enum should be used here and in
the aws template options.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/954/files/6913bfa4ec512f2410c16769f96588e2c2e5cc9c#r63680675