class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Service::Entry::Protocol::Tcp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 317133 def _section :'tcp' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 317130 def has_multiple_values? false end
override()
click to toggle source
# File lib/palo_alto/config.rb, line 317213 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 317228 def port prop_get('port') end
port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 317231 def port=(val) prop_set('port', val) end
source_port()
click to toggle source
# File lib/palo_alto/config.rb, line 317234 def source_port prop_get('source-port') end
source_port=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 317237 def source_port=(val) prop_set('source-port', val) end