class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::SdwanTrafficDistribution::Entry::LinkTags::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 101378 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 101375 def has_multiple_values? false end
name()
click to toggle source
Link-Group identifying set of interfaces
# File lib/palo_alto/config.rb, line 101406 def name prop_get('@name') end
weight()
click to toggle source
grade weight in percentage
# File lib/palo_alto/config.rb, line 101410 def weight prop_get('weight') end
weight=(val)
click to toggle source
grade weight in percentage
# File lib/palo_alto/config.rb, line 101414 def weight=(val) prop_set('weight', val) end