class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::ProxyIdV6::Entry::Protocol
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 295728 def _section :'protocol' end
any()
click to toggle source
# File lib/palo_alto/config.rb, line 295740 def any @subclasses['any'] ||= Any.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 295725 def has_multiple_values? true end
number()
click to toggle source
IP protocol number
# File lib/palo_alto/config.rb, line 295825 def number prop_get('number') end
number=(val)
click to toggle source
IP protocol number
# File lib/palo_alto/config.rb, line 295829 def number=(val) prop_set('number', val) end
tcp()
click to toggle source
# File lib/palo_alto/config.rb, line 295777 def tcp @subclasses['tcp'] ||= Tcp.new(parent_instance: self, create_children: @create_children) end
udp()
click to toggle source
# File lib/palo_alto/config.rb, line 295814 def udp @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children) end