class PaloAlto::XML::Config::Shared::ContentPreview::Application::Entry::Default
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 15869 def _section :'default' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 15866 def has_multiple_values? true end
ident_by_icmp6_type()
click to toggle source
# File lib/palo_alto/config.rb, line 15960 def ident_by_icmp6_type @subclasses['ident-by-icmp6-type'] ||= IdentByIcmp6Type.new(parent_instance: self, create_children: @create_children) end
ident_by_icmp_type()
click to toggle source
# File lib/palo_alto/config.rb, line 15929 def ident_by_icmp_type @subclasses['ident-by-icmp-type'] ||= IdentByIcmpType.new(parent_instance: self, create_children: @create_children) end
ident_by_ip_protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 15965 def ident_by_ip_protocol prop_get('ident-by-ip-protocol') end
ident_by_ip_protocol=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 15968 def ident_by_ip_protocol=(val) prop_set('ident-by-ip-protocol', val) end
port()
click to toggle source
# File lib/palo_alto/config.rb, line 15894 def port if @create_children @subclasses['port'] ||= Port.new(parent_instance: self, create_children: @create_children) else Port.new(parent_instance: self) end end