Show / Hide Table of Contents

Class ScalingGroupVServerGroupsState

Inheritance
System.Object
InputArgs
ResourceArgs
ScalingGroupVServerGroupsState
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 ScalingGroupVServerGroupsState : ResourceArgs

Constructors

View Source

ScalingGroupVServerGroupsState()

Declaration
public ScalingGroupVServerGroupsState()

Properties

View Source

Force

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

ScalingGroupId

ID of the scaling group.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.