Class AttachmentState
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.Ess
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AttachmentState : ResourceArgs
Constructors
View SourceAttachmentState()
Declaration
public AttachmentState()
Properties
View SourceForce
Whether to remove forcibly "AutoCreated" ECS instances in order to release scaling group capacity "MaxSize" for attaching ECS instances. Default to false.
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
InstanceIds
ID of the ECS instance to be attached to the scaling group. You can input up to 20 IDs.
Declaration
public InputList<string> InstanceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ScalingGroupId
ID of the scaling group of a scaling configuration.
Declaration
public Input<string> ScalingGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |