class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Dhcp::Interface::Entry::Server::Option::Lease
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 209009 def _section :'lease' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 209006 def has_multiple_values? true end
timeout()
click to toggle source
lease(minute)
# File lib/palo_alto/config.rb, line 209032 def timeout prop_get('timeout') end
timeout=(val)
click to toggle source
lease(minute)
# File lib/palo_alto/config.rb, line 209036 def timeout=(val) prop_set('timeout', val) end
unlimited()
click to toggle source
# File lib/palo_alto/config.rb, line 209021 def unlimited @subclasses['unlimited'] ||= Unlimited.new(parent_instance: self, create_children: @create_children) end