class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::NonIpProtocol
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 172455 def _section :'non-ip-protocol' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 172452 def has_multiple_values? false end
list_type()
click to toggle source
exclude or include list
# File lib/palo_alto/config.rb, line 172533 def list_type prop_get('list-type') end
list_type=(val)
click to toggle source
exclude or include list
# File lib/palo_alto/config.rb, line 172537 def list_type=(val) prop_set('list-type', val) end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 172515 def protocol if @create_children @subclasses['protocol'] ||= Protocol.new(parent_instance: self, create_children: @create_children) else Protocol.new(parent_instance: self) end end