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 SourceActiveCapacity
Number of active instances in scaling group.
Declaration
public readonly int ActiveCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ActiveScalingConfiguration
Declaration
public readonly string ActiveScalingConfiguration
Field Value
| Type | Description |
|---|---|
| System.String |
CooldownTime
Default cooldown time of scaling group.
Declaration
public readonly int CooldownTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CreationTime
Creation time of scaling group.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Id
ID of the scaling group.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LaunchTemplateId
Active launch template ID for scaling group.
Declaration
public readonly string LaunchTemplateId
Field Value
| Type | Description |
|---|---|
| System.String |
LaunchTemplateVersion
Version of active launch template.
Declaration
public readonly string LaunchTemplateVersion
Field Value
| Type | Description |
|---|---|
| System.String |
LifecycleState
Lifecycle state of scaling group.
Declaration
public readonly string LifecycleState
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
MaxSize
The maximum number of ECS instances.
Declaration
public readonly int MaxSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinSize
The minimum number of ECS instances.
Declaration
public readonly int MinSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
PendingCapacity
Number of pending instances in scaling group.
Declaration
public readonly int PendingCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegionId
Region ID the scaling group belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
RemovingCapacity
Number of removing instances in scaling group.
Declaration
public readonly int RemovingCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
TotalCapacity
Number of instances in scaling group.
Declaration
public readonly int TotalCapacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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> |