class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::ProxyId::Entry::Protocol

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 295535
def _section
        :'protocol'
end
any() click to toggle source
# File lib/palo_alto/config.rb, line 295547
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 295532
def has_multiple_values?
        true
end
number() click to toggle source

IP protocol number

# File lib/palo_alto/config.rb, line 295632
def number
        prop_get('number')
end
number=(val) click to toggle source

IP protocol number

# File lib/palo_alto/config.rb, line 295636
def number=(val)
        prop_set('number', val)
end
tcp() click to toggle source
# File lib/palo_alto/config.rb, line 295584
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 295621
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end