> @@ -40,13 +40,13 @@
>     private final String name;
>     private final ScalingPolicyType type;
>     private final int cooldown;
> -   private final int target;
> +   private final String target;

Any reason why this is a String and not e.g an Object which could then simply 
hold the correct type (Int, Float, String) and avoid the parsing logic we are 
now adding everywhere?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/39/files#r7234847

Reply via email to