class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Ipv6::NeighborDiscovery::RouterAdvertisement

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 285701
def _section
        :'router-advertisement'
end
dns_support() click to toggle source
# File lib/palo_alto/config.rb, line 285997
def dns_support
        @subclasses['dns-support'] ||= DnsSupport.new(parent_instance: self, create_children: @create_children)
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 286098
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 286101
def enable=(val)
        prop_set('enable', val)
end
enable_consistency_check() click to toggle source

check consistency of RA messages from other routers.

# File lib/palo_alto/config.rb, line 286183
def enable_consistency_check
        prop_get('enable-consistency-check')
end
enable_consistency_check=(val) click to toggle source

check consistency of RA messages from other routers.

# File lib/palo_alto/config.rb, line 286187
def enable_consistency_check=(val)
        prop_set('enable-consistency-check', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 285698
def has_multiple_values?
        false
end
hop_limit() click to toggle source

Current Hop Limit advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286161
def hop_limit
        prop_get('hop-limit')
end
hop_limit=(val) click to toggle source

Current Hop Limit advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286165
def hop_limit=(val)
        prop_set('hop-limit', val)
end
lifetime() click to toggle source

Router Lifetime (in seconds) advertised in Router Advertisement messages

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

Router Lifetime (in seconds) advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286173
def lifetime=(val)
        prop_set('lifetime', val)
end
managed_flag() click to toggle source

Set the Managed Configuration Flag (M-bit) in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286121
def managed_flag
        prop_get('managed-flag')
end
managed_flag=(val) click to toggle source

Set the Managed Configuration Flag (M-bit) in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286125
def managed_flag=(val)
        prop_set('managed-flag', val)
end
max_interval() click to toggle source

Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages

# File lib/palo_alto/config.rb, line 286105
def max_interval
        prop_get('max-interval')
end
max_interval=(val) click to toggle source

Maximum interval (seconds) between consecutive unsolicited Router Advertisement messages

# File lib/palo_alto/config.rb, line 286109
def max_interval=(val)
        prop_set('max-interval', val)
end
min_interval() click to toggle source

Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages

# File lib/palo_alto/config.rb, line 286113
def min_interval
        prop_get('min-interval')
end
min_interval=(val) click to toggle source

Minimum interval (seconds) between consecutive unsolicited Router Advertisement messages

# File lib/palo_alto/config.rb, line 286117
def min_interval=(val)
        prop_set('min-interval', val)
end
other_flag() click to toggle source

Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286129
def other_flag
        prop_get('other-flag')
end
other_flag=(val) click to toggle source

Set the Other Stateful Configuration Flag (O-bit) in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286133
def other_flag=(val)
        prop_set('other-flag', val)
end
prefix() click to toggle source
# File lib/palo_alto/config.rb, line 285862
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() click to toggle source

Reachable Time (in milliseconds) advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286145
def reachable_time
        prop_get('reachable-time')
end
reachable_time=(val) click to toggle source

Reachable Time (in milliseconds) advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286149
def reachable_time=(val)
        prop_set('reachable-time', val)
end
retransmission_timer() click to toggle source

Retransmission Timer (in milliseconds) advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286153
def retransmission_timer
        prop_get('retransmission-timer')
end
retransmission_timer=(val) click to toggle source

Retransmission Timer (in milliseconds) advertised in Router Advertisement messages

# File lib/palo_alto/config.rb, line 286157
def retransmission_timer=(val)
        prop_set('retransmission-timer', val)
end
router_preference() click to toggle source
# File lib/palo_alto/config.rb, line 286176
def router_preference
        prop_get('router-preference')
end
router_preference=(val) click to toggle source
# File lib/palo_alto/config.rb, line 286179
def router_preference=(val)
        prop_set('router-preference', val)
end