v12.8.0
This commit is contained in:
18
pkg/sdn/secpolicies/security_policies.go
Normal file
18
pkg/sdn/secpolicies/security_policies.go
Normal file
@@ -0,0 +1,18 @@
|
||||
// API Actor API for managing SDN secirity policies
|
||||
package secpolicies
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v12/interfaces"
|
||||
)
|
||||
|
||||
// Structure for creating request to security policies
|
||||
type SecurityPolicies struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
// Builder for adress pools endpoints
|
||||
func New(client interfaces.Caller) *SecurityPolicies {
|
||||
return &SecurityPolicies{
|
||||
client,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user