mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 22:32:15 +08:00
Merge pull request #14128 from zexi/automated-cherry-pick-of-#14123-upstream-master
Automated cherry pick of #14123: fix(region): make access_ip of host updatable
This commit is contained in:
@@ -103,7 +103,7 @@ type SHost struct {
|
||||
AccessMac string `width:"32" charset:"ascii" nullable:"false" index:"true" list:"domain" update:"domain"`
|
||||
|
||||
// 管理口Ip地址
|
||||
AccessIp string `width:"16" charset:"ascii" nullable:"true" list:"domain"`
|
||||
AccessIp string `width:"16" charset:"ascii" nullable:"true" list:"domain" update:"domain"`
|
||||
|
||||
// 管理地址
|
||||
ManagerUri string `width:"256" charset:"ascii" nullable:"true" list:"domain" update:"domain" create:"domain_optional"`
|
||||
|
||||
Reference in New Issue
Block a user