class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 287351 def _section :'entry' end
auto_config_flag()
click to toggle source
Set the Auto Address
Configuration Flag (A-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 287482 def auto_config_flag prop_get('auto-config-flag') end
auto_config_flag=(val)
click to toggle source
Set the Auto Address
Configuration Flag (A-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 287486 def auto_config_flag=(val) prop_set('auto-config-flag', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 287348 def has_multiple_values? false end
name()
click to toggle source
IPv6 prefix
# File lib/palo_alto/config.rb, line 287470 def name prop_get('@name') end
onlink_flag()
click to toggle source
Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 287474 def onlink_flag prop_get('onlink-flag') end
onlink_flag=(val)
click to toggle source
Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 287478 def onlink_flag=(val) prop_set('onlink-flag', val) end
preferred_lifetime()
click to toggle source
# File lib/palo_alto/config.rb, line 287443 def preferred_lifetime if @create_children @subclasses['preferred-lifetime'] ||= PreferredLifetime.new(parent_instance: self, create_children: @create_children) else PreferredLifetime.new(parent_instance: self) end end
valid_lifetime()
click to toggle source
# File lib/palo_alto/config.rb, line 287395 def valid_lifetime if @create_children @subclasses['valid-lifetime'] ||= ValidLifetime.new(parent_instance: self, create_children: @create_children) else ValidLifetime.new(parent_instance: self) end end