class PaloAlto::XML::Config::Devices::Entry::Template::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 210526
def _section
        :'protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 210523
def has_multiple_values?
        true
end
tcp() click to toggle source
# File lib/palo_alto/config.rb, line 210641
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 210727
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end