This commit is contained in:
2026-08-21 18:12:55 +04:00
parent f34fa6055c
commit c296c62a0c
1285 changed files with 3959 additions and 3249 deletions

View File

@@ -0,0 +1,10 @@
package cloudapi
import (
qospolicy "repository.basistech.ru/BASIS/dynamix-golang-sdk/v16/pkg/cloudapi/qospolicy"
)
// Accessing the QoS Policy method group
func (ca *CloudAPI) QoSPolicy() *qospolicy.QoSPolicy {
return qospolicy.New(ca.client)
}