class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 26239 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 27090 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 27093 def description=(val) prop_set('description', val) end
filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 26825 def filtering @subclasses['filtering'] ||= Filtering.new(parent_instance: self, create_children: @create_children) end
gtp_inspection()
click to toggle source
# File lib/palo_alto/config.rb, line 26554 def gtp_inspection @subclasses['gtp-inspection'] ||= GtpInspection.new(parent_instance: self, create_children: @create_children) end
gtp_log()
click to toggle source
# File lib/palo_alto/config.rb, line 27071 def gtp_log @subclasses['gtp-log'] ||= GtpLog.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 26236 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 27087 def name prop_get('@name') end
overbilling()
click to toggle source
# File lib/palo_alto/config.rb, line 26911 def overbilling @subclasses['overbilling'] ||= Overbilling.new(parent_instance: self, create_children: @create_children) end
tunnel_limit()
click to toggle source
# File lib/palo_alto/config.rb, line 26886 def tunnel_limit @subclasses['tunnel-limit'] ||= TunnelLimit.new(parent_instance: self, create_children: @create_children) end