Skip to content

RosVServerGroupAttachmentProps

Properties for defining a RosVServerGroupAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-vservergroupattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosVServerGroupAttachmentProps {
    object ScalingGroupId,
    object VServerGroups,
    object ForceAttach = null
};

Properties

Name Type Description
ScalingGroupId object No description.
VServerGroups object No description.
ForceAttach object No description.

ScalingGroupIdRequired

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

VServerGroupsRequired

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

ForceAttachOptional

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