class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpLog
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 99634 def _section :'gtp-log' end
gtp_5g_allowed_messages()
click to toggle source
# File lib/palo_alto/config.rb, line 99767 def gtp_5g_allowed_messages @subclasses['gtp-5g-allowed-messages'] ||= Gtp5gAllowedMessages.new(parent_instance: self, create_children: @create_children) end
gtpu_allowed_messages()
click to toggle source
# File lib/palo_alto/config.rb, line 99749 def gtpu_allowed_messages @subclasses['gtpu-allowed-messages'] ||= GtpuAllowedMessages.new(parent_instance: self, create_children: @create_children) end
gtpv1c_allowed_messages()
click to toggle source
# File lib/palo_alto/config.rb, line 99668 def gtpv1c_allowed_messages @subclasses['gtpv1c-allowed-messages'] ||= Gtpv1cAllowedMessages.new(parent_instance: self, create_children: @create_children) end
gtpv2c_allowed_messages()
click to toggle source
# File lib/palo_alto/config.rb, line 99702 def gtpv2c_allowed_messages @subclasses['gtpv2c-allowed-messages'] ||= Gtpv2cAllowedMessages.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 99631 def has_multiple_values? false end
packet_capture()
click to toggle source
# File lib/palo_alto/config.rb, line 99780 def packet_capture prop_get('packet-capture') end
packet_capture=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99783 def packet_capture=(val) prop_set('packet-capture', val) end
user_location()
click to toggle source
# File lib/palo_alto/config.rb, line 99774 def user_location prop_get('user-location') end
user_location=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99777 def user_location=(val) prop_set('user-location', val) end