class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Ipv6
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 176160 def _section :'ipv6' end
address()
click to toggle source
# File lib/palo_alto/config.rb, line 176331 def address if @create_children @subclasses['address'] ||= Address.new(parent_instance: self, create_children: @create_children) else Address.new(parent_instance: self) end end
enabled()
click to toggle source
Enable IPv6 on the interface
# File lib/palo_alto/config.rb, line 177013 def enabled prop_get('enabled') end
enabled=(val)
click to toggle source
Enable IPv6 on the interface
# File lib/palo_alto/config.rb, line 177017 def enabled=(val) prop_set('enabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 176157 def has_multiple_values? false end
interface_id()
click to toggle source
# File lib/palo_alto/config.rb, line 177020 def interface_id prop_get('interface-id') end
interface_id=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 177023 def interface_id=(val) prop_set('interface-id', val) end
neighbor_discovery()
click to toggle source
# File lib/palo_alto/config.rb, line 176989 def neighbor_discovery @subclasses['neighbor-discovery'] ||= NeighborDiscovery.new(parent_instance: self, create_children: @create_children) end