class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos::Profile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 298272 def _section :'entry' end
aggregate_bandwidth()
click to toggle source
# File lib/palo_alto/config.rb, line 298317 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 298615 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 298269 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 298629 def name prop_get('@name') end