class PaloAlto::XML::Config::Shared::Service::Entry::Protocol::Tcp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 30266 def _section :'tcp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 30263 def has_multiple_values? false end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 30346 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 30361 def port prop_get('port') end
port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 30364 def port=(val) prop_set('port', val) end
source_port()
click to toggle source
# File lib/palo_alto/config.rb, line 30367 def source_port prop_get('source-port') end
source_port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 30370 def source_port=(val) prop_set('source-port', val) end