Uses of Interface
org.openstack4j.model.network.ext.NetQosPolicyUpdate
-
Packages that use NetQosPolicyUpdate Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of NetQosPolicyUpdate in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext with parameters of type NetQosPolicyUpdate Modifier and Type Method Description NetQosPolicyNetQosPolicyService. update(NetQosPolicyUpdate netQosPolicy)Updates the network qos policy for the current tenant -
Uses of NetQosPolicyUpdate in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type NetQosPolicyUpdate Modifier and Type Method Description NetQosPolicyNetQosPolicyServiceImpl. update(NetQosPolicyUpdate update)Updates the network qos policy for the current tenant
-