class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::Filtering

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 26561
def _section
        :'filtering'
end
apn() click to toggle source
# File lib/palo_alto/config.rb, line 26685
def apn
        if @create_children
                @subclasses['apn'] ||= Apn.new(parent_instance: self, create_children: @create_children)
        else
                Apn.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 26558
def has_multiple_values?
        false
end
imsi_prefix() click to toggle source
# File lib/palo_alto/config.rb, line 26621
def imsi_prefix
        if @create_children
                @subclasses['imsi-prefix'] ||= ImsiPrefix.new(parent_instance: self, create_children: @create_children)
        else
                ImsiPrefix.new(parent_instance: self)
        end
end
rat() click to toggle source
# File lib/palo_alto/config.rb, line 26820
def rat
        @subclasses['rat'] ||= Rat.new(parent_instance: self, create_children: @create_children)
end