ksyun_lb_acl_entry

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

查看PDF

Provides a Load Balancer acl entry resource to add content forwarding policies for Load Balancer backend resource.

Example Usage

resource "ksyun_lb_acl_entry" "default" {
  load_balancer_acl_id = "8e6d0871-da8a-481e-8bee-b3343e2a6166"
  cidr_block = "192.168.11.2/32"
  rule_number = 10
  rule_action = "allow"
  protocol = "ip"
}

Argument Reference

The following arguments are supported:

  • load_balancer_acl_id - (Required) The ID of a load balancer acl.
  • cidr_block - (Required) The information of load balancer Acl’s cidr block.
  • rule_number - (Required) The information of load balancer Acl’s rule priority.Valid Values:1-32766.
  • rule_action - (Required) The action of load balancer Acl rule.Valid Values:‘allow’, ‘deny’.
  • protocol - (Required) protocol.Valid Values:‘ip’.

文档内容是否对您有帮助?

根本没帮助
文档较差
文档一般
文档不错
文档很好

在文档使用中是否遇到以下问题

内容不全,不深入
内容更新不及时
描述不清晰,比较混乱
系统或功能太复杂,缺乏足够的引导
内容冗长

更多建议

0/200

评价建议不能为空

提交成功!

非常感谢您的反馈,我们会继续努力做到更好!

问题反馈