()
| 396 | } |
| 397 | |
| 398 | func (this *WAF) Copy() *WAF { |
| 399 | var waf = &WAF{ |
| 400 | Id: this.Id, |
| 401 | IsOn: this.IsOn, |
| 402 | Name: this.Name, |
| 403 | Inbound: this.Inbound, |
| 404 | Outbound: this.Outbound, |
| 405 | } |
| 406 | return waf |
| 407 | } |
| 408 | |
| 409 | func (this *WAF) CountInboundRuleSets() int { |
| 410 | count := 0 |