public class NetQosPolicyServiceImpl extends BaseNetworkingServices implements NetQosPolicyService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
NetQosPolicyServiceImpl() |
| 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 policyId)
Fetches the network qos policy for the specified tenant
|
List<? extends NetQosPolicy> |
list()
Lists qos policies for tenants
|
NetQosPolicy |
update(NetQosPolicyUpdate update)
Updates the network qos policy for the current tenant
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uripublic List<? extends NetQosPolicy> list()
list in interface NetQosPolicyServicepublic NetQosPolicy get(String policyId)
get in interface NetQosPolicyServicepolicyId - the tenant identifierpublic NetQosPolicy update(NetQosPolicyUpdate update)
update in interface NetQosPolicyServiceupdate - the net qos policy to updatepublic NetQosPolicy create(NetQosPolicy netQosPolicy)
create in interface NetQosPolicyServicepublic ActionResponse delete(String policyId)
delete in interface NetQosPolicyServicepolicyId - the net qos uuidCopyright © 2021. All rights reserved.