Show / Hide Table of Contents

Class GetScalingGroupsGroupResult

Inheritance
System.Object
GetScalingGroupsGroupResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetScalingGroupsGroupResult

Fields

View Source

ActiveCapacity

Number of active instances in scaling group.

Declaration
public readonly int ActiveCapacity
Field Value
Type Description
System.Int32
View Source

ActiveScalingConfiguration

Declaration
public readonly string ActiveScalingConfiguration
Field Value
Type Description
System.String
View Source

CooldownTime

Default cooldown time of scaling group.

Declaration
public readonly int CooldownTime
Field Value
Type Description
System.Int32
View Source

CreationTime

Creation time of scaling group.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

DbInstanceIds

Db instances id which the ECS instance attached to.

Declaration
public readonly ImmutableArray<string> DbInstanceIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

ID of the scaling group.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LaunchTemplateId

Active launch template ID for scaling group.

Declaration
public readonly string LaunchTemplateId
Field Value
Type Description
System.String
View Source

LaunchTemplateVersion

Version of active launch template.

Declaration
public readonly string LaunchTemplateVersion
Field Value
Type Description
System.String
View Source

LifecycleState

Lifecycle state of scaling group.

Declaration
public readonly string LifecycleState
Field Value
Type Description
System.String
View Source

LoadBalancerIds

Slb instances id which the ECS instance attached to.

Declaration
public readonly ImmutableArray<string> LoadBalancerIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MaxSize

The maximum number of ECS instances.

Declaration
public readonly int MaxSize
Field Value
Type Description
System.Int32
View Source

MinSize

The minimum number of ECS instances.

Declaration
public readonly int MinSize
Field Value
Type Description
System.Int32
View Source

Name

Name of the scaling group.

  • active_scaling_configuration -Active scaling configuration for scaling group.
Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PendingCapacity

Number of pending instances in scaling group.

Declaration
public readonly int PendingCapacity
Field Value
Type Description
System.Int32
View Source

RegionId

Region ID the scaling group belongs to.

Declaration
public readonly string RegionId
Field Value
Type Description
System.String
View Source

RemovalPolicies

Removal policy used to select the ECS instance to remove from the scaling group.

Declaration
public readonly ImmutableArray<string> RemovalPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

RemovingCapacity

Number of removing instances in scaling group.

Declaration
public readonly int RemovingCapacity
Field Value
Type Description
System.Int32
View Source

TotalCapacity

Number of instances in scaling group.

Declaration
public readonly int TotalCapacity
Field Value
Type Description
System.Int32
View Source

VswitchIds

Vswitches id in which the ECS instance launched.

Declaration
public readonly ImmutableArray<string> VswitchIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.