class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry::VirtualLink::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 197450 def _section :'entry' end
Authentication options
# File lib/palo_alto/config.rb, line 197632 def authentication prop_get('authentication') end
Authentication options
# File lib/palo_alto/config.rb, line 197636 def authentication=(val) prop_set('authentication', val) end
# File lib/palo_alto/config.rb, line 197485 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 197600 def dead_counts prop_get('dead-counts') end
number of lost hello packets to declare router down
# File lib/palo_alto/config.rb, line 197604 def dead_counts=(val) prop_set('dead-counts', val) end
Enable this virtual link
# File lib/palo_alto/config.rb, line 197584 def enable prop_get('enable') end
Enable this virtual link
# File lib/palo_alto/config.rb, line 197588 def enable=(val) prop_set('enable', val) end
# File lib/palo_alto/config.rb, line 197447 def has_multiple_values? false end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 197592 def hello_interval prop_get('hello-interval') end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 197596 def hello_interval=(val) prop_set('hello-interval', val) end
virtual-link name
# File lib/palo_alto/config.rb, line 197564 def name prop_get('@name') end
neighbor router id for virtual link
# File lib/palo_alto/config.rb, line 197568 def neighbor_id prop_get('neighbor-id') end
neighbor router id for virtual link
# File lib/palo_alto/config.rb, line 197572 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 197624 def passive prop_get('passive') end
Suppress the sending of hello packets in this virtual link
# File lib/palo_alto/config.rb, line 197628 def passive=(val) prop_set('passive', val) end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 197608 def retransmit_interval prop_get('retransmit-interval') end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 197612 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 197576 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 197580 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 197616 def transit_delay prop_get('transit-delay') end
Estimated delay (in seconds) to transmit LSAs
# File lib/palo_alto/config.rb, line 197620 def transit_delay=(val) prop_set('transit-delay', val) end