Files
decort-golang-sdk/pkg/cloudbroker/vfpool.go

9 lines
220 B
Go
Raw Normal View History

2026-06-19 17:37:20 +03:00
package cloudbroker
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/vfpool"
// Accessing the VFPool method group
func (cb *CloudBroker) VFPool() *vfpool.VFPool {
return vfpool.New(cb.client)
}