RosServerGroupAttachmentProps
Properties for defining a RosServerGroupAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-servergroupattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosServerGroupAttachmentProps {
object ScalingGroupId,
object ServerGroups,
object ForceAttach = null
};
Properties
| Name | Type | Description |
|---|---|---|
ScalingGroupId |
object |
No description. |
ServerGroups |
object |
No description. |
ForceAttach |
object |
No description. |
ScalingGroupIdRequired
public object ScalingGroupId { get; set; }
- Type: object
ServerGroupsRequired
public object ServerGroups { get; set; }
- Type: object
ForceAttachOptional
public object ForceAttach { get; set; }
- Type: object