class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::NetworkInfo::Criteria
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 92344 def _section :'criteria' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 92341 def has_multiple_values? false end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 92524 def network if @create_children @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children) else Network.new(parent_instance: self) end end