class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Ipv6::Address::Entry::Advertise
Public Instance Methods
# File lib/palo_alto/config.rb, line 285557 def _section :'advertise' end
Set the Auto Address
Configuration Flag (A-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285633 def auto_config_flag prop_get('auto-config-flag') end
Set the Auto Address
Configuration Flag (A-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285637 def auto_config_flag=(val) prop_set('auto-config-flag', val) end
enable advertising this prefix in router advertisements
# File lib/palo_alto/config.rb, line 285601 def enable prop_get('enable') end
enable advertising this prefix in router advertisements
# File lib/palo_alto/config.rb, line 285605 def enable=(val) prop_set('enable', val) end
# File lib/palo_alto/config.rb, line 285554 def has_multiple_values? false end
Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285625 def onlink_flag prop_get('onlink-flag') end
Set the On-Link Flag (L-bit) of the prefix in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285629 def onlink_flag=(val) prop_set('onlink-flag', val) end
Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285617 def preferred_lifetime prop_get('preferred-lifetime') end
Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285621 def preferred_lifetime=(val) prop_set('preferred-lifetime', val) end
Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285609 def valid_lifetime prop_get('valid-lifetime') end
Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages
# File lib/palo_alto/config.rb, line 285613 def valid_lifetime=(val) prop_set('valid-lifetime', val) end