class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Service::Entry::Protocol
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 317126 def _section :'protocol' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 317123 def has_multiple_values? true end
tcp()
click to toggle source
# File lib/palo_alto/config.rb, line 317241 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 317327 def udp @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children) end