BackendServerAttachmentProps
Properties for defining a BackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment
Initializer
import { BackendServerAttachmentProps } from '@alicloud/ros-cdk-alb'
const backendServerAttachmentProps: BackendServerAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
serverGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property serverGroupId: The ID of the server group. |
servers |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ServersProperty[] |
Property servers: The backend servers that you want to add to the server group. |
serverGroupId
Required
public readonly serverGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property serverGroupId: The ID of the server group.
servers
Required
public readonly servers: IResolvable | IResolvable | ServersProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | ServersProperty[]
Property servers: The backend servers that you want to add to the server group.
You can specify up to 40 servers in each call.