VServerGroupAttachmentProps
Properties for defining a VServerGroupAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-vservergroupattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new VServerGroupAttachmentProps {
object ScalingGroupId,
object VServerGroups,
object ForceAttach = null
};
Properties
Name | Type | Description |
---|---|---|
ScalingGroupId |
object |
Property scalingGroupId: The ID of the scaling group. |
VServerGroups |
object |
Property vServerGroups: A list of vserver groups attached on scaling group. |
ForceAttach |
object |
Property forceAttach: If instances of scaling group are attached\/removed from slb backend server when attach\/detach vserver group from scaling group. |
ScalingGroupId
Required
public object ScalingGroupId { get; set; }
- Type: object
Property scalingGroupId: The ID of the scaling group.
VServerGroups
Required
public object VServerGroups { get; set; }
- Type: object
Property vServerGroups: A list of vserver groups attached on scaling group.
ForceAttach
Optional
public object ForceAttach { get; set; }
- Type: object
Property forceAttach: If instances of scaling group are attached\/removed from slb backend server when attach\/detach vserver group from scaling group.
Valid values: true false Default value: false.