Show / Hide Table of Contents

Class AttachmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AttachmentArgs
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.Ess
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AttachmentArgs : ResourceArgs

Constructors

View Source

AttachmentArgs()

Declaration
public AttachmentArgs()

Properties

View Source

Force

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>
View Source

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>
View Source

ScalingGroupId

ID of the scaling group of a scaling configuration.

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