class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::AutoKey::ProxyIdV6::Entry::Protocol

Public Instance Methods

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

IP protocol number

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

IP protocol number

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