Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.LaunchConfiguration
- 
Packages that use LaunchConfiguration Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features org.jclouds.rackspace.autoscale.v1.functions  - 
- 
Uses of LaunchConfiguration in org.jclouds.rackspace.autoscale.v1.domain
Fields in org.jclouds.rackspace.autoscale.v1.domain declared as LaunchConfiguration Modifier and Type Field Description protected LaunchConfigurationGroup.Builder. launchConfigurationMethods in org.jclouds.rackspace.autoscale.v1.domain that return LaunchConfiguration Modifier and Type Method Description LaunchConfigurationLaunchConfiguration.Builder. build()LaunchConfigurationGroup. getLaunchConfiguration()Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type LaunchConfiguration Modifier and Type Method Description intLaunchConfiguration. compareTo(LaunchConfiguration that)LaunchConfiguration.BuilderLaunchConfiguration.Builder. fromLaunchConfiguration(LaunchConfiguration in)Group.BuilderGroup.Builder. launchConfiguration(LaunchConfiguration launchConfiguration)Constructors in org.jclouds.rackspace.autoscale.v1.domain with parameters of type LaunchConfiguration Constructor Description Group(String id, com.google.common.collect.ImmutableList<Link> links, com.google.common.collect.ImmutableList<ScalingPolicy> scalingPolicy, GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration) - 
Uses of LaunchConfiguration in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return LaunchConfiguration Modifier and Type Method Description LaunchConfigurationGroupApi. getLaunchConfiguration(String id)This operation gets the launch configuration for the scaling group.Methods in org.jclouds.rackspace.autoscale.v1.features with parameters of type LaunchConfiguration Modifier and Type Method Description GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.booleanGroupApi. updateLaunchConfiguration(String id, LaunchConfiguration launchConfiguration)This operation updates the launch configuration for the scaling group. - 
Uses of LaunchConfiguration in org.jclouds.rackspace.autoscale.v1.functions
Methods in org.jclouds.rackspace.autoscale.v1.functions that return LaunchConfiguration Modifier and Type Method Description LaunchConfigurationParseGroupLaunchConfigurationResponse. apply(HttpResponse from)Parses the launch configuration from the response 
 -