class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Service::Entry::Protocol::Udp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 210648 def _section :'udp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 210645 def has_multiple_values? false end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 210699 def override if @create_children @subclasses['override'] ||= Override.new(parent_instance: self, create_children: @create_children) else Override.new(parent_instance: self) end end
port()
click to toggle source
# File lib/palo_alto/config.rb, line 210714 def port prop_get('port') end
port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 210717 def port=(val) prop_set('port', val) end
source_port()
click to toggle source
# File lib/palo_alto/config.rb, line 210720 def source_port prop_get('source-port') end
source_port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 210723 def source_port=(val) prop_set('source-port', val) end