class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Qos::Profile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 191726 def _section :'entry' end
aggregate_bandwidth()
click to toggle source
# File lib/palo_alto/config.rb, line 191771 def aggregate_bandwidth @subclasses['aggregate-bandwidth'] ||= AggregateBandwidth.new(parent_instance: self, create_children: @create_children) end
class_bandwidth_type()
click to toggle source
# File lib/palo_alto/config.rb, line 192069 def class_bandwidth_type if @create_children @subclasses['class-bandwidth-type'] ||= ClassBandwidthType.new(parent_instance: self, create_children: @create_children) else ClassBandwidthType.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 191723 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 192083 def name prop_get('@name') end