fix: climc lbagent create params

This commit is contained in:
QIU Jian
2023-02-24 21:24:24 +08:00
parent 2d72492ff0
commit aa6619c13e
@@ -81,8 +81,11 @@ func (opts *LoadbalancerAgentParamsOptions) Params() (*jsonutils.JSONDict, error
type LoadbalancerAgentCreateOptions struct {
NAME string
IP string `help:"access ip of lbagent"`
INTERFACE string `help:"access interface of lbagent"`
VERSION string `help:"version of lbagent"`
HbTimeout *int
Cluster string `required:"true"`
// Cluster string `required:"true"`
LoadbalancerAgentParamsOptions
}