| object | | |
VServerGroupId | string | The ID of the vServer group. | rsp-cige6**** |
VServerGroupName | string | The name of the vServer group. | Group1 |
RequestId | string | | 9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C |
LoadBalancerId | string | The ID of the CLB instance. | lb-jfakd**** |
BackendServers | array<object> | | |
BackendServer | object | | |
Type | string | The type of backend server. Valid values:
- ecs: ECS instance
- eni: ENI
- eci: elastic container instance
| ecs |
Weight | integer | The weight of the backend server. | 100 |
Description | string | The description of the server group.
Note
This parameter is not returned if the Description parameter is not specified in the request.
| Server Group Description |
ServerIp | string | The IP address of the backend server. | 192.XX.XX.11 |
Port | integer | The port that is used by the backend server. | 90 |
ServerId | string | The ID of the backend server. | vm-233 |
CreateTime | string | The time when the CLB instance was created. The time follows the YYYY-MM-DDThh:mm:ssZ format. | 2022-08-31T02:49:05Z |
Tags | array<object> | The tags of the backend server. | |
Tag | object | | |
TagKey | string | The tag key. Valid values of N: 1 to 20. The tag key cannot be an empty string.
The tag key can be up to 64 characters in length, and cannot contain http:// or https:// . The tag key cannot start with aliyun or acs: . | TestKey |
TagValue | string | The tag value. Valid values of N: 1 to 20. The tag value can be an empty string.
The tag value can be up to 128 characters in length, and cannot contain http:// or https:// . The tag value cannot start with acs: or aliyun . | TestValue |