class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Qos::Profile::Entry::ClassBandwidthType::Mbps::Class::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 191799 def _section :'entry' end
class_bandwidth()
click to toggle source
# File lib/palo_alto/config.rb, line 191844 def class_bandwidth @subclasses['class-bandwidth'] ||= ClassBandwidth.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 191796 def has_multiple_values? false end
name()
click to toggle source
traffic class
# File lib/palo_alto/config.rb, line 191885 def name prop_get('@name') end
priority()
click to toggle source
traffic class priority
# File lib/palo_alto/config.rb, line 191889 def priority prop_get('priority') end
priority=(val)
click to toggle source
traffic class priority
# File lib/palo_alto/config.rb, line 191893 def priority=(val) prop_set('priority', val) end
round_trip_time()
click to toggle source
estimated average round trip time (in milli-seconds) for network path
# File lib/palo_alto/config.rb, line 191897 def round_trip_time prop_get('round-trip-time') end
round_trip_time=(val)
click to toggle source
estimated average round trip time (in milli-seconds) for network path
# File lib/palo_alto/config.rb, line 191901 def round_trip_time=(val) prop_set('round-trip-time', val) end