public interface NetQosPolicyService extends RestService
| Modifier and Type | Method and Description |
|---|---|
NetQosPolicy |
create(NetQosPolicy netQosPolicy)
Create the current network qos policy for the current tenant back to defaults
|
ActionResponse |
delete(String policyId)
Delete the current network qos policy for the current tenant back to defaults
|
NetQosPolicy |
get(String tenantId)
Fetches the network qos policy for the specified tenant
|
List<? extends NetQosPolicy> |
list()
Lists qos policies for tenants
|
NetQosPolicy |
update(NetQosPolicyUpdate netQosPolicy)
Updates the network qos policy for the current tenant
|
List<? extends NetQosPolicy> list()
NetQosPolicy get(String tenantId)
tenantId - the tenant identifierNetQosPolicy update(NetQosPolicyUpdate netQosPolicy)
netQosPolicy - the net qos policy to updateNetQosPolicy create(NetQosPolicy netQosPolicy)
ActionResponse delete(String policyId)
policyId - the net qos uuidCopyright © 2021. All rights reserved.