class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 317248 def _section :'udp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 317245 def has_multiple_values? false end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 317299 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 317314 def port prop_get('port') end
port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 317317 def port=(val) prop_set('port', val) end
source_port()
click to toggle source
# File lib/palo_alto/config.rb, line 317320 def source_port prop_get('source-port') end
source_port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 317323 def source_port=(val) prop_set('source-port', val) end