class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 316362 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 316359 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 316388 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 316392 def interface=(val) prop_set('interface', val) end
name()
click to toggle source
relay server address
# File lib/palo_alto/config.rb, line 316384 def name prop_get('@name') end