class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Ipv6::Address::Entry::Advertise

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 176205
def _section
        :'advertise'
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 176281
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 176285
def auto_config_flag=(val)
        prop_set('auto-config-flag', val)
end
enable() click to toggle source

enable advertising this prefix in router advertisements

# File lib/palo_alto/config.rb, line 176249
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

enable advertising this prefix in router advertisements

# File lib/palo_alto/config.rb, line 176253
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 176202
def has_multiple_values?
        false
end
preferred_lifetime() click to toggle source

Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176265
def preferred_lifetime
        prop_get('preferred-lifetime')
end
preferred_lifetime=(val) click to toggle source

Preferred Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176269
def preferred_lifetime=(val)
        prop_set('preferred-lifetime', val)
end
valid_lifetime() click to toggle source

Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176257
def valid_lifetime
        prop_get('valid-lifetime')
end
valid_lifetime=(val) click to toggle source

Valid Lifetime (in seconds) of the prefix advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 176261
def valid_lifetime=(val)
        prop_set('valid-lifetime', val)
end