v9.0.0
This commit is contained in:
8
pkg/cloudbroker/vgpu.go
Normal file
8
pkg/cloudbroker/vgpu.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cloudbroker
|
||||
|
||||
import "repository.basistech.ru/BASIS/dynamix-golang-sdk/v9/pkg/cloudbroker/vgpu"
|
||||
|
||||
// Accessing the VGPU method group
|
||||
func (cb *CloudBroker) VGPU() *vgpu.VGPU {
|
||||
return vgpu.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user