全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

ksyun_lb_register_backend_servers

最近更新时间:2020-09-10 21:08:21

This data source provides a list of register backend servers in the current region.

Example Usage

provider "ksyun" {
region="cn-beijing-6"
}
data "ksyun_lb_register_backend_servers" "foo" {
output_file="output_result"
ids=[]
backend_server_group_id=[]
}

Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of backend service IDs.
  • backend_server_group_id - (Optional) The ID of backend server group.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • create_time - The time when the backend server was created.
  • backend_server_group_id - The id of backend server group.
  • register_id - The registration ID of the binding server group.
  • real_server_ip - The IP of real server.
  • real_server_port - The port of real server.Valid Values:1-65535.
  • real_server_type - The type of real server.Valid Values:‘Host’.
  • master_slave_type - The type of real server.Only MasterSlave listener has this parameter.The Valid Values:‘Master’,‘Slave’.
  • instance_id - The ID of instance.
  • network_interface_id - The ID of network interface.
  • real_server_state - The state of real server.Values:‘healthy’,‘unhealthy’
  • weight - The weight of backend service.Valid Values:1-255
文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈