class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Interface::Entry

Public Instance Methods

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

Authentication options

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

Authentication options

# File lib/palo_alto/config.rb, line 305678
def authentication=(val)
        prop_set('authentication', val)
end
bfd() click to toggle source
# File lib/palo_alto/config.rb, line 305503
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 305650
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 305654
def dead_counts=(val)
        prop_set('dead-counts', val)
end
enable() click to toggle source

Enable OSPF in this interface

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

Enable OSPF in this interface

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

Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts

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

Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts

# File lib/palo_alto/config.rb, line 305686
def gr_delay=(val)
        prop_set('gr-delay', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 305375
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 305642
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 305646
def hello_interval=(val)
        prop_set('hello-interval', val)
end
instance_id() click to toggle source

OSPFv3 instance ID

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

OSPFv3 instance ID

# File lib/palo_alto/config.rb, line 305614
def instance_id=(val)
        prop_set('instance-id', val)
end
metric() click to toggle source

Cost of OSPF interface

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

Cost of OSPF interface

# File lib/palo_alto/config.rb, line 305630
def metric=(val)
        prop_set('metric', val)
end
name() click to toggle source

interface name

# File lib/palo_alto/config.rb, line 305598
def name
        prop_get('@name')
end
neighbor() click to toggle source
# File lib/palo_alto/config.rb, line 305464
def neighbor
        if @create_children
                @subclasses['neighbor'] ||= Neighbor.new(parent_instance: self, create_children: @create_children)
        else
                Neighbor.new(parent_instance: self)
        end
end
passive() click to toggle source

Suppress the sending of hello packets in this interface

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

Suppress the sending of hello packets in this interface

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

Priority for OSPF designated router selection

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

Priority for OSPF designated router selection

# File lib/palo_alto/config.rb, line 305638
def priority=(val)
        prop_set('priority', val)
end
retransmit_interval() click to toggle source

Interval (in seconds) to retransmit LSAs

# File lib/palo_alto/config.rb, line 305658
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 305662
def retransmit_interval=(val)
        prop_set('retransmit-interval', val)
end
transit_delay() click to toggle source

Estimated delay (in seconds) to transmit LSAs

# File lib/palo_alto/config.rb, line 305666
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 305670
def transit_delay=(val)
        prop_set('transit-delay', val)
end