class PaloAlto::XML::Config::Shared::Service::Entry::Protocol

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 30259
def _section
        :'protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 30256
def has_multiple_values?
        true
end
tcp() click to toggle source
# File lib/palo_alto/config.rb, line 30374
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 30460
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end