fix huawei elb disable healthcheck

This commit is contained in:
tangbin
2020-07-22 17:50:46 +08:00
parent 9ce1527d35
commit faffc39a34
@@ -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, "")
}