Files
decort-golang-sdk/pkg/cloudapi/vfpool.go
2024-04-16 14:26:06 +03:00

9 lines
211 B
Go

package cloudapi
import "repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudapi/vfpool"
// Accessing the VFPool method group
func (ca *CloudAPI) VFPool() *vfpool.VFPool {
return vfpool.New(ca.client)
}