Package | Description |
---|---|
org.jclouds.rackspace.autoscale.v1.domain | |
org.jclouds.rackspace.autoscale.v1.features | |
org.jclouds.rackspace.autoscale.v1.functions |
Modifier and Type | Field and Description |
---|---|
protected LaunchConfiguration |
Group.Builder.launchConfiguration |
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.Builder.build() |
LaunchConfiguration |
Group.getLaunchConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
LaunchConfiguration.compareTo(LaunchConfiguration that) |
LaunchConfiguration.Builder |
LaunchConfiguration.Builder.fromLaunchConfiguration(LaunchConfiguration in) |
Group.Builder |
Group.Builder.launchConfiguration(LaunchConfiguration launchConfiguration) |
Constructor and Description |
---|
Group(String id,
com.google.common.collect.ImmutableList<Link> links,
com.google.common.collect.ImmutableList<ScalingPolicy> scalingPolicy,
GroupConfiguration groupConfiguration,
LaunchConfiguration launchConfiguration) |
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
GroupApi.getLaunchConfiguration(String id)
This operation gets the launch configuration for the scaling group.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
ParseGroupLaunchConfigurationResponse.apply(HttpResponse from)
Parses the launch configuration from the response
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.