Skip to content

BackendServerToVServerGroupAdditionProps

Properties for defining a BackendServerToVServerGroupAddition.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-backendservertovservergroupaddition

Initializer

import { BackendServerToVServerGroupAdditionProps } from '@alicloud/ros-cdk-slb'
const backendServerToVServerGroupAdditionProps: BackendServerToVServerGroupAdditionProps = { ... }

Properties

Name Type Description
backendServers @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | BackendServersProperty[] Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't.
vServerGroupId string | @alicloud/ros-cdk-core.IResolvable Property vServerGroupId: The ID of virtual server group.

backendServersRequired

public readonly backendServers: IResolvable | IResolvable | BackendServersProperty[];

Property backendServers: The list of a combination of ECS Instance-Port-Weight.Same ecs instance with different port is allowed, but same ecs instance with same port isn't.


vServerGroupIdRequired

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

Property vServerGroupId: The ID of virtual server group.