class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 304009
def _section
        :'entry'
end
authentication() click to toggle source

Authentication options

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

Authentication options

# File lib/palo_alto/config.rb, line 304196
def authentication=(val)
        prop_set('authentication', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 304044
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 304160
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 304164
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 304144
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Enable this virtual link

# File lib/palo_alto/config.rb, line 304148
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 304006
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 304152
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 304156
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 304124
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 304128
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 304132
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 304184
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 304188
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 304168
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 304172
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 304136
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 304140
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 304176
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 304180
def transit_delay=(val)
        prop_set('transit-delay', val)
end