Class
OpenStack::Network::QoSPolicy
In:
lib/openstack/network/qos_policy.rb
Parent:
Object
Methods
add_port_id
create_bandwidth_limit_rule
delete!
get_bandwidth_limit_rule
get_bandwidth_limit_rules
new
populate
remove_port_id
update
Attributes
connection
[R]
description
[R]
id
[R]
name
[R]
shared
[R]
tenant_id
[R]
Public Class methods
new
(connection, qos_hash={})
Public Instance methods
add_port_id
(port_id)
create_bandwidth_limit_rule
(options)
delete!
()
get_bandwidth_limit_rule
(rule_id)
get_bandwidth_limit_rules
()
populate
(qos_hash=nil)
remove_port_id
(port_id)
update
(options)
[Validate]