v12.8.0
This commit is contained in:
10
pkg/sdn/secpolicies/rule.go
Normal file
10
pkg/sdn/secpolicies/rule.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package secpolicies
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/pkg/sdn/secpolicies/rule"
|
||||
)
|
||||
|
||||
// Accessing the security policies rule method group
|
||||
func (r *SecurityPolicies) Rule() *rule.Rule {
|
||||
return rule.New(r.client)
|
||||
}
|
||||
Reference in New Issue
Block a user