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 LaunchConfiguration
Group.Builder. launchConfiguration
Methods in org.jclouds.rackspace.autoscale.v1.domain that return LaunchConfiguration Modifier and Type Method Description LaunchConfiguration
LaunchConfiguration.Builder. build()
LaunchConfiguration
Group. getLaunchConfiguration()
Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type LaunchConfiguration Modifier and Type Method Description int
LaunchConfiguration. compareTo(LaunchConfiguration that)
LaunchConfiguration.Builder
LaunchConfiguration.Builder. fromLaunchConfiguration(LaunchConfiguration in)
Group.Builder
Group.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 LaunchConfiguration
GroupApi. 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 Group
GroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)
Create a scaling group.boolean
GroupApi. 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 LaunchConfiguration
ParseGroupLaunchConfigurationResponse. apply(HttpResponse from)
Parses the launch configuration from the response
-