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