Skip to content

ScalingGroupsProps

Properties for defining a ScalingGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ess-scalinggroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new ScalingGroupsProps {
    object GroupType = null,
    object RefreshOptions = null,
    object ScalingGroupIds = null,
    object ScalingGroupNames = null
};

Properties

Name Type Description
GroupType object Property groupType: The type of instances that are managed by the scaling group.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ScalingGroupIds object Property scalingGroupIds: The ID of scaling group that you want to query.Valid values: 1 to 20. The IDs of inactive scaling groups are not displayed in the query results, and no error is reported.
ScalingGroupNames object Property scalingGroupNames: The name of scaling group that you want to query.

GroupTypeOptional

public object GroupType { get; set; }
  • Type: object

Property groupType: The type of instances that are managed by the scaling group.

Valid values: ECS: the Elastic Compute Service (ECS) instances ECI: the elastic container instances Default value: ECS.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ScalingGroupIdsOptional

public object ScalingGroupIds { get; set; }
  • Type: object

Property scalingGroupIds: The ID of scaling group that you want to query.Valid values: 1 to 20. The IDs of inactive scaling groups are not displayed in the query results, and no error is reported.


ScalingGroupNamesOptional

public object ScalingGroupNames { get; set; }
  • Type: object

Property scalingGroupNames: The name of scaling group that you want to query.

Valid values: 1 to 20. The names of inactive scaling groups are not displayed in the query results, and no error is reported.