v1.16.0
This commit is contained in:
10
pkg/cloudbroker/network_qos_policy.go
Normal file
10
pkg/cloudbroker/network_qos_policy.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package cloudbroker
|
||||
|
||||
import (
|
||||
"repository.basistech.ru/BASIS/decort-golang-sdk/pkg/cloudbroker/qospolicy"
|
||||
)
|
||||
|
||||
// Accessing the QoS Policy method group
|
||||
func (cb *CloudBroker) QoSPolicy() *qospolicy.QoSPolicy {
|
||||
return qospolicy.New(cb.client)
|
||||
}
|
||||
Reference in New Issue
Block a user