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