class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Forwarding::Entry::Routed

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 102672
def _section
        :'routed'
end
distribution() click to toggle source
# File lib/palo_alto/config.rb, line 102778
def distribution
        prop_get('distribution')
end
distribution=(val) click to toggle source
# File lib/palo_alto/config.rb, line 102781
def distribution=(val)
        prop_set('distribution', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 102669
def has_multiple_values?
        false
end
security_chain() click to toggle source
# File lib/palo_alto/config.rb, line 102761
def security_chain
        if @create_children
                @subclasses['security-chain'] ||= SecurityChain.new(parent_instance: self, create_children: @create_children)
        else
                SecurityChain.new(parent_instance: self)
        end
end