AutoScaleLaunchConfig

Description

API


    POST /api/autoscalelaunchconfig
    PUT /api/autoscalelaunchconfig/<key>
    DELETE /api/autoscalelaunchconfig/<key>
    GET /api/autoscalelaunchconfig
    GET /api/autoscalelaunchconfig/<key>

CLI


    configure autoscalelaunchconfig <key>
    show autoscalelaunchconfig <key>

Data

AutoScaleLaunchConfig

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

image_id

Type
string
Category
optional
Description
Unique ID of the Amazon Machine Image (AMI) or OpenStack VM ID.

openstack

Type
AutoScaleOpenStackSettings
Category
optional
Description

aws

Type
AutoScaleAWSSettings
Category
optional
Description

mesos

Type
AutoScaleMesosSettings
Category
optional
Description

description

Type
string
Category
optional
Description

tenant_ref

Type
Reference to Tenant
Category
required
Description

AutoScaleOpenStackSettings

heat_scale_up_url

Type
string
Category
optional
Description
Avi Controller will use this URL to scale upthe pool. Cloud connector will automatically update the membership. This is an alpha feature.

heat_scale_down_url

Type
string
Category
optional
Description
Avi Controller will use this URL to scale downthe pool. Cloud connector will automatically update the membership. This is an alpha feature.

AutoScaleAWSSettings

autoscaling_group_name

Type
string
Category
optional
Description
Name of the AWS autoscaling group. The AWS autoscaling group should not be set up with scaling policies as it would result in unpredictable behavior when used together with Avi autoscaling policies.

AutoScaleMesosSettings

force

Type
bool
Category
optional
Description
Apply scaleout even when there are deployments inprogress.
Default
True

References

Tenant

Sub Objects