RosScalingGroupsProps
Properties for defining a RosScalingGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ess-scalinggroups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosScalingGroupsProps {
object GroupType = null,
object RefreshOptions = null,
object ScalingGroupIds = null,
object ScalingGroupNames = null
};
Properties
| Name | Type | Description |
|---|---|---|
GroupType |
object |
No description. |
RefreshOptions |
object |
No description. |
ScalingGroupIds |
object |
No description. |
ScalingGroupNames |
object |
No description. |
GroupTypeOptional
public object GroupType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ScalingGroupIdsOptional
public object ScalingGroupIds { get; set; }
- Type: object
ScalingGroupNamesOptional
public object ScalingGroupNames { get; set; }
- Type: object