class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Dhcp::Interface::Entry::Relay::Ipv6::Server::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 209762 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 209759 def has_multiple_values? false end
interface()
click to toggle source
Specify outgoing interface when using an IPv6 multicast address for your DHCPv6 server
# File lib/palo_alto/config.rb, line 209788 def interface prop_get('interface') end
interface=(val)
click to toggle source
Specify outgoing interface when using an IPv6 multicast address for your DHCPv6 server
# File lib/palo_alto/config.rb, line 209792 def interface=(val) prop_set('interface', val) end
name()
click to toggle source
relay server address
# File lib/palo_alto/config.rb, line 209784 def name prop_get('@name') end