Skip to content

ScalingConfigurationsProps

Properties for defining a ScalingConfigurations.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new ScalingConfigurationsProps {
    object RefreshOptions = null,
    object ScalingConfigurationIds = null,
    object ScalingConfigurationNames = null,
    object ScalingGroupId = null
};

Properties

Name Type Description
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ScalingConfigurationIds object Property scalingConfigurationIds: The ID of scaling configuration that you want to query.
ScalingConfigurationNames object Property scalingConfigurationNames: The name of scaling configuration that you want to query.
ScalingGroupId object Property scalingGroupId: The ID of the scaling group.

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.

ScalingConfigurationIdsOptional

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

Property scalingConfigurationIds: The ID of scaling configuration that you want to query.

Valid values : 1 to 10. The IDs of active and inactive scaling configurations are displayed in the query results, and can be differentiated by LifecycleState.


ScalingConfigurationNamesOptional

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

Property scalingConfigurationNames: The name of scaling configuration that you want to query.

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


ScalingGroupIdOptional

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

Property scalingGroupId: The ID of the scaling group.

You can use the ID to query all scaling configurations in the scaling group.