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

9 lines
220 B
Go
Raw Normal View History

2024-04-16 14:26:06 +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)
}