class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry::VirtualLink::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 197450
def _section
        :'entry'
end
authentication() click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 197632
def authentication
        prop_get('authentication')
end
authentication=(val) click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 197636
def authentication=(val)
        prop_set('authentication', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 197485
def bfd
        @subclasses['bfd'] ||= Bfd.new(parent_instance: self, create_children: @create_children)
end
dead_counts() click to toggle source

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
dead_counts=(val) click to toggle source

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() click to toggle source

Enable this virtual link

# File lib/palo_alto/config.rb, line 197584
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable this virtual link

# File lib/palo_alto/config.rb, line 197588
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 197447
def has_multiple_values?
        false
end
hello_interval() click to toggle source

Interval (in seconds) to send Hello packets

# File lib/palo_alto/config.rb, line 197592
def hello_interval
        prop_get('hello-interval')
end
hello_interval=(val) click to toggle source

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
name() click to toggle source

virtual-link name

# File lib/palo_alto/config.rb, line 197564
def name
        prop_get('@name')
end
neighbor_id() click to toggle source

neighbor router id for virtual link

# File lib/palo_alto/config.rb, line 197568
def neighbor_id
        prop_get('neighbor-id')
end
neighbor_id=(val) click to toggle source

neighbor router id for virtual link

# File lib/palo_alto/config.rb, line 197572
def neighbor_id=(val)
        prop_set('neighbor-id', val)
end
passive() click to toggle source

Suppress the sending of hello packets in this virtual link

# File lib/palo_alto/config.rb, line 197624
def passive
        prop_get('passive')
end
passive=(val) click to toggle source

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
retransmit_interval() click to toggle source

Interval (in seconds) to retransmit LSAs

# File lib/palo_alto/config.rb, line 197608
def retransmit_interval
        prop_get('retransmit-interval')
end
retransmit_interval=(val) click to toggle source

Interval (in seconds) to retransmit LSAs

# File lib/palo_alto/config.rb, line 197612
def retransmit_interval=(val)
        prop_set('retransmit-interval', val)
end
transit_area_id() click to toggle source

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
transit_area_id=(val) click to toggle source

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
transit_delay() click to toggle source

Estimated delay (in seconds) to transmit LSAs

# File lib/palo_alto/config.rb, line 197616
def transit_delay
        prop_get('transit-delay')
end
transit_delay=(val) click to toggle source

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