Skip to content

VServerGroupAttachmentProps

Properties for defining a VServerGroupAttachment.

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

Initializer

import { VServerGroupAttachmentProps } from '@alicloud/ros-cdk-ess'
const vServerGroupAttachmentProps: VServerGroupAttachmentProps = { ... }

Properties

Name Type Description
scalingGroupId string | @alicloud/ros-cdk-core.IResolvable Property scalingGroupId: The ID of the scaling group.
vServerGroups @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VServerGroupsProperty[] Property vServerGroups: A list of vserver groups attached on scaling group.
forceAttach boolean | @alicloud/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.

scalingGroupIdRequired

public readonly scalingGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property scalingGroupId: The ID of the scaling group.


vServerGroupsRequired

public readonly vServerGroups: IResolvable | IResolvable | VServerGroupsProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | VServerGroupsProperty[]

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


forceAttachOptional

public readonly forceAttach: boolean | IResolvable;
  • Type: boolean | @alicloud/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.