class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry::VirtualLink::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 304009 def _section :'entry' end
Authentication options
# File lib/palo_alto/config.rb, line 304192 def authentication prop_get('authentication') end
Authentication options
# File lib/palo_alto/config.rb, line 304196 def authentication=(val) prop_set('authentication', val) end
# File lib/palo_alto/config.rb, line 304044 def bfd @subclasses['bfd'] ||= Bfd.new(parent_instance: self, create_children: @create_children) end
number of lost hello packets to declare router down
# File lib/palo_alto/config.rb, line 304160 def dead_counts prop_get('dead-counts') end
number of lost hello packets to declare router down
# File lib/palo_alto/config.rb, line 304164 def dead_counts=(val) prop_set('dead-counts', val) end
Enable this virtual link
# File lib/palo_alto/config.rb, line 304144 def enable prop_get('enable') end
Enable this virtual link
# File lib/palo_alto/config.rb, line 304148 def enable=(val) prop_set('enable', val) end
# File lib/palo_alto/config.rb, line 304006 def has_multiple_values? false end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 304152 def hello_interval prop_get('hello-interval') end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 304156 def hello_interval=(val) prop_set('hello-interval', val) end
virtual-link name
# File lib/palo_alto/config.rb, line 304124 def name prop_get('@name') end
neighbor router id for virtual link
# File lib/palo_alto/config.rb, line 304128 def neighbor_id prop_get('neighbor-id') end
neighbor router id for virtual link
# File lib/palo_alto/config.rb, line 304132 def neighbor_id=(val) prop_set('neighbor-id', val) end
Suppress the sending of hello packets in this virtual link
# File lib/palo_alto/config.rb, line 304184 def passive prop_get('passive') end
Suppress the sending of hello packets in this virtual link
# File lib/palo_alto/config.rb, line 304188 def passive=(val) prop_set('passive', val) end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 304168 def retransmit_interval prop_get('retransmit-interval') end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 304172 def retransmit_interval=(val) prop_set('retransmit-interval', val) end
id of transit area, cannot be backbone, stub or NSSA
# File lib/palo_alto/config.rb, line 304136 def transit_area_id prop_get('transit-area-id') end
id of transit area, cannot be backbone, stub or NSSA
# File lib/palo_alto/config.rb, line 304140 def transit_area_id=(val) prop_set('transit-area-id', val) end
Estimated delay (in seconds) to transmit LSAs
# File lib/palo_alto/config.rb, line 304176 def transit_delay prop_get('transit-delay') end
Estimated delay (in seconds) to transmit LSAs
# File lib/palo_alto/config.rb, line 304180 def transit_delay=(val) prop_set('transit-delay', val) end