mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix huawei elb disable healthcheck
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
package modules
|
||||
|
||||
import (
|
||||
"yunion.io/x/jsonutils"
|
||||
|
||||
"yunion.io/x/onecloud/pkg/multicloud/huawei/client/auth"
|
||||
)
|
||||
|
||||
@@ -40,3 +42,7 @@ func NewElbHealthCheckManager(regionId string, projectId string, signer auth.Sig
|
||||
ResourceKeyword: "lbaas/healthmonitors",
|
||||
}}
|
||||
}
|
||||
|
||||
func (self *SElbHealthCheckManager) Delete(id string, params jsonutils.JSONObject) (jsonutils.JSONObject, error) {
|
||||
return self.DeleteInContextWithSpec(self.ctx, id, "",nil, params, "")
|
||||
}
|
||||
Reference in New Issue
Block a user