We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fd389 commit f82d639Copy full SHA for f82d639
pkg/multicloud/qcloud/waf.go
@@ -79,7 +79,7 @@ func (self *SWafInstance) GetName() string {
79
}
80
81
func (self *SWafInstance) GetGlobalId() string {
82
- return self.Domain
+ return self.InstanceId
83
84
85
func (self *SWafInstance) GetId() string {
0 commit comments