class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Service::Entry::Protocol::Udp::Override::Yes

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 210674
def _section
        :'yes'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 210671
def has_multiple_values?
        false
end
timeout() click to toggle source

udp session timeout value (in second)

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

udp session timeout value (in second)

# File lib/palo_alto/config.rb, line 210690
def timeout=(val)
        prop_set('timeout', val)
end