class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 98953 def _section :'entry' end
description()
click to toggle source
# File lib/palo_alto/config.rb, line 99806 def description prop_get('description') end
description=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99809 def description=(val) prop_set('description', val) end
filtering()
click to toggle source
# File lib/palo_alto/config.rb, line 99539 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 99268 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 99787 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 98950 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 99803 def name prop_get('@name') end
overbilling()
click to toggle source
# File lib/palo_alto/config.rb, line 99627 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 99600 def tunnel_limit @subclasses['tunnel-limit'] ||= TunnelLimit.new(parent_instance: self, create_children: @create_children) end