Show / Hide Table of Contents

Class ApplicationScaleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationScaleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Edas
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApplicationScaleArgs : ResourceArgs

Constructors

View Source

ApplicationScaleArgs()

Declaration
public ApplicationScaleArgs()

Properties

View Source

AppId

The ID of the application that you want to deploy.

Declaration
public Input<string> AppId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DeployGroup

The ID of the instance group to which you want to add ECS instances to scale out the application.

Declaration
public Input<string> DeployGroup { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EcuInfos

The IDs of the Elastic Compute Unit (ECU) where you want to deploy the application. Type: List.

Declaration
public InputList<string> EcuInfos { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ForceStatus

This parameter specifies whether to forcibly remove an ECS instance where the application is deployed. It is set as true only after the ECS instance expires. In normal cases, this parameter do not need to be specified.

Declaration
public Input<bool> ForceStatus { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.