Class ScalingGroupVServerGroupsState
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 ScalingGroupVServerGroupsState : ResourceArgs
Constructors
View SourceScalingGroupVServerGroupsState()
Declaration
public ScalingGroupVServerGroupsState()
Properties
View SourceForce
If instances of scaling group are attached/removed from slb backend server when attach/detach vserver group from scaling group. Default to true.
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ScalingGroupId
ID of the scaling group.
Declaration
public Input<string> ScalingGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VserverGroups
A list of vserver groups attached on scaling group. See Block vserver_group below for details.
Declaration
public InputList<ScalingGroupVServerGroupsVserverGroupGetArgs> VserverGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScalingGroupVServerGroupsVserverGroupGetArgs> |