Skip to content

VServerGroupAttachmentProps

Properties for defining a VServerGroupAttachment.

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

Initializer

import ros_cdk_ess
ros_cdk_ess.VServerGroupAttachmentProps(
  scaling_group_id: typing.Union[str, IResolvable],
  v_server_groups: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VServerGroupsProperty]]],
  force_attach: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
scaling_group_id typing.Union[str, ros_cdk_core.IResolvable] Property scalingGroupId: The ID of the scaling group.
v_server_groups typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VServerGroupsProperty]]] Property vServerGroups: A list of vserver groups attached on scaling group.
force_attach typing.Union[bool, ros_cdk_core.IResolvable] Property forceAttach: If instances of scaling group are attached\/removed from slb backend server when attach\/detach vserver group from scaling group.

scaling_group_idRequired

scaling_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property scalingGroupId: The ID of the scaling group.


v_server_groupsRequired

v_server_groups: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, VServerGroupsProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, VServerGroupsProperty]]]

Property vServerGroups: A list of vserver groups attached on scaling group.


force_attachOptional

force_attach: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

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.