Class ParseHelper
- java.lang.Object
-
- org.jclouds.rackspace.autoscale.v1.internal.ParseHelper
-
public class ParseHelper extends Object
Helper methods for parsing autoscale JSON
-
-
Constructor Summary
Constructors Constructor Description ParseHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.ImmutableMap<String,Object>
buildLaunchConfigurationRequestMap(Map<String,Object> postParams)
static com.google.common.collect.ImmutableList<Map<String,Object>>
buildScalingPoliciesRequestList(Map<String,Object> postParams)
static com.google.common.collect.ImmutableMap<String,Object>
buildScalingPolicyMap(CreateScalingPolicy scalingPolicy)
-
-
-
Method Detail
-
buildLaunchConfigurationRequestMap
public static com.google.common.collect.ImmutableMap<String,Object> buildLaunchConfigurationRequestMap(Map<String,Object> postParams)
-
buildScalingPoliciesRequestList
public static com.google.common.collect.ImmutableList<Map<String,Object>> buildScalingPoliciesRequestList(Map<String,Object> postParams)
-
buildScalingPolicyMap
public static com.google.common.collect.ImmutableMap<String,Object> buildScalingPolicyMap(CreateScalingPolicy scalingPolicy)
-
-