region: apis: route: add nexthop type "IP"

This commit is contained in:
Yousong Zhou
2021-03-24 20:16:19 +08:00
parent 7a6aa3116d
commit 98cd08bac7
+2
View File
@@ -38,6 +38,8 @@ const (
Next_HOP_TYPE_DIRECTCONNECTION = "DirectConnection" //专线
Next_HOP_TYPE_VPC = "VPC"
Next_HOP_TYPE_VBR = "VBR" // 边界路由器
Next_HOP_TYPE_IP = "IP"
)
const (