class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::GtpInspection::GtpC
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 26253 def _section :'gtp-c' end
gtpv1_c()
click to toggle source
# File lib/palo_alto/config.rb, line 26334 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 26407 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 26250 def has_multiple_values? false end