v1.14.7
This commit is contained in:
10
pkg/sdn/hypervisors.go
Normal file
10
pkg/sdn/hypervisors.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package sdn
|
||||
|
||||
import (
|
||||
hv "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/sdn/hypervisors"
|
||||
)
|
||||
|
||||
// Accessing the SDN method group
|
||||
func (sdn *SDN) Hypervisors() *hv.Hypervisors {
|
||||
return hv.New(sdn.client)
|
||||
}
|
||||
Reference in New Issue
Block a user