class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Interface::Entry
Public Instance Methods
# File lib/palo_alto/config.rb, line 198817 def _section :'entry' end
Authentication options
# File lib/palo_alto/config.rb, line 199113 def authentication prop_get('authentication') end
Authentication options
# File lib/palo_alto/config.rb, line 199117 def authentication=(val) prop_set('authentication', val) end
# File lib/palo_alto/config.rb, line 198942 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 199089 def dead_counts prop_get('dead-counts') end
number of lost hello packets to declare router down
# File lib/palo_alto/config.rb, line 199093 def dead_counts=(val) prop_set('dead-counts', val) end
Enable OSPF in this interface
# File lib/palo_alto/config.rb, line 199041 def enable prop_get('enable') end
Enable OSPF in this interface
# File lib/palo_alto/config.rb, line 199045 def enable=(val) prop_set('enable', val) end
Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
# File lib/palo_alto/config.rb, line 199121 def gr_delay prop_get('gr-delay') end
Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
# File lib/palo_alto/config.rb, line 199125 def gr_delay=(val) prop_set('gr-delay', val) end
# File lib/palo_alto/config.rb, line 198814 def has_multiple_values? false end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 199081 def hello_interval prop_get('hello-interval') end
Interval (in seconds) to send Hello packets
# File lib/palo_alto/config.rb, line 199085 def hello_interval=(val) prop_set('hello-interval', val) end
OSPFv3 instance ID
# File lib/palo_alto/config.rb, line 199049 def instance_id prop_get('instance-id') end
OSPFv3 instance ID
# File lib/palo_alto/config.rb, line 199053 def instance_id=(val) prop_set('instance-id', val) end
# File lib/palo_alto/config.rb, line 198865 def link_type if @create_children @subclasses['link-type'] ||= LinkType.new(parent_instance: self, create_children: @create_children) else LinkType.new(parent_instance: self) end end
Cost of OSPF interface
# File lib/palo_alto/config.rb, line 199065 def metric prop_get('metric') end
Cost of OSPF interface
# File lib/palo_alto/config.rb, line 199069 def metric=(val) prop_set('metric', val) end
interface name
# File lib/palo_alto/config.rb, line 199037 def name prop_get('@name') end
# File lib/palo_alto/config.rb, line 198903 def neighbor if @create_children @subclasses['neighbor'] ||= Neighbor.new(parent_instance: self, create_children: @create_children) else Neighbor.new(parent_instance: self) end end
Suppress the sending of hello packets in this interface
# File lib/palo_alto/config.rb, line 199057 def passive prop_get('passive') end
Suppress the sending of hello packets in this interface
# File lib/palo_alto/config.rb, line 199061 def passive=(val) prop_set('passive', val) end
Priority for OSPF designated router selection
# File lib/palo_alto/config.rb, line 199073 def priority prop_get('priority') end
Priority for OSPF designated router selection
# File lib/palo_alto/config.rb, line 199077 def priority=(val) prop_set('priority', val) end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 199097 def retransmit_interval prop_get('retransmit-interval') end
Interval (in seconds) to retransmit LSAs
# File lib/palo_alto/config.rb, line 199101 def retransmit_interval=(val) prop_set('retransmit-interval', val) end
Estimated delay (in seconds) to transmit LSAs
# File lib/palo_alto/config.rb, line 199105 def transit_delay prop_get('transit-delay') end
Estimated delay (in seconds) to transmit LSAs
# File lib/palo_alto/config.rb, line 199109 def transit_delay=(val) prop_set('transit-delay', val) end