class PaloAlto::XML::Config::Shared::Application::Entry::Default
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 41398 def _section :'default' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 41395 def has_multiple_values? true end
ident_by_icmp6_type()
click to toggle source
# File lib/palo_alto/config.rb, line 41489 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 41458 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 41494 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 41497 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 41423 def port if @create_children @subclasses['port'] ||= Port.new(parent_instance: self, create_children: @create_children) else Port.new(parent_instance: self) end end