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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 295591
def _section
        :'udp'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 295588
def has_multiple_values?
        false
end
local_port() click to toggle source
# File lib/palo_alto/config.rb, line 295608
def local_port
        prop_get('local-port')
end
local_port=(val) click to toggle source
# File lib/palo_alto/config.rb, line 295611
def local_port=(val)
        prop_set('local-port', val)
end
remote_port() click to toggle source
# File lib/palo_alto/config.rb, line 295614
def remote_port
        prop_get('remote-port')
end
remote_port=(val) click to toggle source
# File lib/palo_alto/config.rb, line 295617
def remote_port=(val)
        prop_set('remote-port', val)
end