Skip to content

RosScalingConfigurationsProps

Properties for defining a RosScalingConfigurations.

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

Initializer

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

Properties

Name Type Description
RefreshOptions object No description.
ScalingConfigurationIds object No description.
ScalingConfigurationNames object No description.
ScalingGroupId object No description.

RefreshOptionsOptional

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

ScalingConfigurationIdsOptional

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

ScalingConfigurationNamesOptional

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

ScalingGroupIdOptional

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