class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement
Public Instance Methods
# File lib/palo_alto/config.rb, line 180803 def _section :'router-advertisement' end
# File lib/palo_alto/config.rb, line 181099 def dns_support @subclasses['dns-support'] ||= DnsSupport.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 181200 def enable prop_get('enable') end
# File lib/palo_alto/config.rb, line 181203 def enable=(val) prop_set('enable', val) end
check consistency of RA messages from other routers.
# File lib/palo_alto/config.rb, line 181285 def enable_consistency_check prop_get('enable-consistency-check') end
check consistency of RA messages from other routers.
# File lib/palo_alto/config.rb, line 181289 def enable_consistency_check=(val) prop_set('enable-consistency-check', val) end
# File lib/palo_alto/config.rb, line 180800 def has_multiple_values? false end
Current Hop Limit advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181263 def hop_limit prop_get('hop-limit') end
Current Hop Limit advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181267 def hop_limit=(val) prop_set('hop-limit', val) end
Router Lifetime (in seconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181271 def lifetime prop_get('lifetime') end
Router Lifetime (in seconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181275 def lifetime=(val) prop_set('lifetime', val) end
value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
# File lib/palo_alto/config.rb, line 181239 def link_mtu prop_get('link-mtu') end
value of MTU option in Router Advertisement messages, upto 9216 in Jumbo-Frame mode, up to 1500 otherwise
# File lib/palo_alto/config.rb, line 181243 def link_mtu=(val) prop_set('link-mtu', val) end
Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181223 def managed_flag prop_get('managed-flag') end
Set the Managed Configuration Flag (M-bit) in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181227 def managed_flag=(val) prop_set('managed-flag', val) end
Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
# File lib/palo_alto/config.rb, line 181207 def max_interval prop_get('max-interval') end
Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages
# File lib/palo_alto/config.rb, line 181211 def max_interval=(val) prop_set('max-interval', val) end
Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
# File lib/palo_alto/config.rb, line 181215 def min_interval prop_get('min-interval') end
Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages
# File lib/palo_alto/config.rb, line 181219 def min_interval=(val) prop_set('min-interval', val) end
Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181231 def other_flag prop_get('other-flag') end
Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181235 def other_flag=(val) prop_set('other-flag', val) end
# File lib/palo_alto/config.rb, line 180964 def prefix if @create_children @subclasses['prefix'] ||= Prefix.new(parent_instance: self, create_children: @create_children) else Prefix.new(parent_instance: self) end end
Reachable Time (in milliseconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181247 def reachable_time prop_get('reachable-time') end
Reachable Time (in milliseconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181251 def reachable_time=(val) prop_set('reachable-time', val) end
Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181255 def retransmission_timer prop_get('retransmission-timer') end
Retransmission Timer (in milliseconds) advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 181259 def retransmission_timer=(val) prop_set('retransmission-timer', val) end
# File lib/palo_alto/config.rb, line 181278 def router_preference prop_get('router-preference') end
# File lib/palo_alto/config.rb, line 181281 def router_preference=(val) prop_set('router-preference', val) end