Files
dynamix-golang-sdk/pkg/sdn/hypervisors.go

11 lines
215 B
Go
Raw Permalink Normal View History

2026-04-10 16:47:00 +03:00
package sdn
import (
2026-06-05 17:30:36 +03:00
hv "repository.basistech.ru/BASIS/dynamix-golang-sdk/v15/pkg/sdn/hypervisors"
2026-04-10 16:47:00 +03:00
)
// Accessing the SDN method group
func (sdn *SDN) Hypervisors() *hv.Hypervisors {
return hv.New(sdn.client)
}