andreaturli commented on this pull request.
> + STANDARD(20), + + /** + * Dimension Data High-Performance speed CPU. + * <p/> + * May not be available in all datacenters. + */ + HIGHPERFORMANCE(30); + + /** + * The value used to represent this CPU speed in JClouds. + * <p/> + * There is no significance to the numerical value other than ordering of the supported speeds. Values are not + * proportional to each other in any way. + */ + private final double jCloudsSpeed; [minor] not sure it is a good name -- 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-labs/pull/369#pullrequestreview-27575699
