fix(region): huawei rtb name

This commit is contained in:
ioito
2022-01-26 16:05:01 +08:00
parent 5b8341550c
commit c3d37c7f5f
+1 -1
View File
@@ -129,7 +129,7 @@ func (self *SRouteTable) GetId() string {
}
func (self *SRouteTable) GetName() string {
return ""
return fmt.Sprintf("rtb-%s", self.vpc.Name)
}
func (self *SRouteTable) GetGlobalId() string {