class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::Prefix::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 282897 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 283028 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 283032 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 282894 def has_multiple_values? false end
name()
click to toggle source
IPv6 prefix
# File lib/palo_alto/config.rb, line 283016 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 283020 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 283024 def onlink_flag=(val) prop_set('onlink-flag', val) end
preferred_lifetime()
click to toggle source
# File lib/palo_alto/config.rb, line 282989 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 282941 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