Uses of Interface
org.openstack4j.model.network.ext.NetQosPolicy
-
Packages that use NetQosPolicy Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of NetQosPolicy in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return NetQosPolicy Modifier and Type Method Description NetQosPolicyNetQosPolicyService. create(NetQosPolicy netQosPolicy)Create the current network qos policy for the current tenant back to defaultsNetQosPolicyNetQosPolicyService. get(String tenantId)Fetches the network qos policy for the specified tenantNetQosPolicyNetQosPolicyService. update(NetQosPolicyUpdate netQosPolicy)Updates the network qos policy for the current tenantMethods in org.openstack4j.api.networking.ext that return types with arguments of type NetQosPolicy Modifier and Type Method Description List<? extends NetQosPolicy>NetQosPolicyService. list()Lists qos policies for tenantsMethods in org.openstack4j.api.networking.ext with parameters of type NetQosPolicy Modifier and Type Method Description NetQosPolicyNetQosPolicyService. create(NetQosPolicy netQosPolicy)Create the current network qos policy for the current tenant back to defaults -
Uses of NetQosPolicy in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement NetQosPolicy Modifier and Type Class Description classNeutronNetQosPolicyNetwork qos policy that are bound to a TenantMethods in org.openstack4j.openstack.networking.domain.ext that return NetQosPolicy Modifier and Type Method Description NetQosPolicyNeutronNetQosPolicy.NetQosPolicyConcreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type NetQosPolicy Modifier and Type Method Description NetQosPolicyBuilderNeutronNetQosPolicy.NetQosPolicyConcreteBuilder. from(NetQosPolicy in) -
Uses of NetQosPolicy in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return NetQosPolicy Modifier and Type Method Description NetQosPolicyNetQosPolicyServiceImpl. create(NetQosPolicy netQosPolicy)Create the current network qos policy for the current tenant back to defaultsNetQosPolicyNetQosPolicyServiceImpl. get(String policyId)Fetches the network qos policy for the specified tenantNetQosPolicyNetQosPolicyServiceImpl. update(NetQosPolicyUpdate update)Updates the network qos policy for the current tenantMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type NetQosPolicy Modifier and Type Method Description List<? extends NetQosPolicy>NetQosPolicyServiceImpl. list()Lists qos policies for tenantsMethods in org.openstack4j.openstack.networking.internal.ext with parameters of type NetQosPolicy Modifier and Type Method Description NetQosPolicyNetQosPolicyServiceImpl. create(NetQosPolicy netQosPolicy)Create the current network qos policy for the current tenant back to defaults
-