Class ApplicationScaleArgs
Inherited Members
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 SourceApplicationScaleArgs()
Declaration
public ApplicationScaleArgs()
Properties
View SourceAppId
The ID of the application that you want to deploy.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |