ALIYUN::SLB::VServerGroup creates a server group and attaches backend servers to a Server Load Balancer (SLB) instance.
Syntax
{
"Type": "ALIYUN::SLB::VServerGroup",
"Properties": {
"VServerGroupName": String,
"BackendServers": List,
"LoadBalancerId": String,
"Tags": List
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
VServerGroupName |
String |
Yes |
No |
The name of the server group. |
None. |
|
BackendServers |
List |
No |
Yes |
The backend servers to attach to the SLB instance. |
Maximum: 20 ECS instances. For more information, see BackendServers properties. |
|
LoadBalancerId |
String |
Yes |
No |
The ID of the SLB instance. |
None. |
|
Tags |
List |
No |
Yes |
The tags. |
For more information, see Tags properties. |
BackendServers syntax
"BackendServers": [
{
"ServerId": String,
"Port": Integer,
"Weight": Integer,
"Type": String,
"Description": String,
"ServerIp": String
}
]
BackendServers properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
ServerId |
String |
Yes |
Yes |
The ID of the backend server instance. |
None. |
|
Port |
Integer |
Yes |
Yes |
The port of the backend server. |
Valid values: 1 to 65535. |
|
Weight |
Integer |
No |
Yes |
The weight of the backend server. |
Valid values: 0 to 100. |
|
Type |
String |
No |
Yes |
The type of the backend server. |
Valid values:
|
|
Description |
String |
No |
Yes |
The description of the backend server. |
1 to 80 characters. Supported characters: letters, digits, hyphens (-), forward slashes (/), periods (.), and underscores (_). |
|
ServerIp |
String |
No |
Yes |
The IP address of the backend server. |
Supports ECS instance and ENI IP addresses. |
Tags syntax
"Tags": [
{
"Key": String,
"Value": String
}
]
Tags properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
Key |
String |
Yes |
No |
The tag key. |
None. |
|
Value |
String |
No |
No |
The tag value. |
None. |
Return values
Fn::GetAtt
-
VServerGroupId: The server group ID.
-
BackendServers: The backend servers attached to the SLB instance.
-
LoadBalancerId: The SLB instance ID.
-
Arn: The Alibaba Cloud Resource Name (ARN).