class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::ExternalList::Entry::Type::PredefinedIp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 105968
def _section
        :'predefined-ip'
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 106010
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 106013
def description=(val)
        prop_set('description', val)
end
exception_list() click to toggle source
# File lib/palo_alto/config.rb, line 105990
def exception_list
        if @create_children
                @subclasses['exception-list'] ||= ExceptionList.new(parent_instance: self, create_children: @create_children)
        else
                ExceptionList.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 105965
def has_multiple_values?
        false
end
url() click to toggle source
# File lib/palo_alto/config.rb, line 106016
def url
        prop_get('url')
end
url=(val) click to toggle source
# File lib/palo_alto/config.rb, line 106019
def url=(val)
        prop_set('url', val)
end