class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpInspection::GtpC
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 98967 def _section :'gtp-c' end
gtpv1_c()
click to toggle source
# File lib/palo_alto/config.rb, line 99048 def gtpv1_c @subclasses['gtpv1-c'] ||= Gtpv1C.new(parent_instance: self, create_children: @create_children) end
gtpv2_c()
click to toggle source
# File lib/palo_alto/config.rb, line 99121 def gtpv2_c @subclasses['gtpv2-c'] ||= Gtpv2C.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 98964 def has_multiple_values? false end