class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::MaximumPrefix::Action::Restart
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314126 def _section :'restart' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314123 def has_multiple_values? false end
interval()
click to toggle source
Restart
interval in minutes
# File lib/palo_alto/config.rb, line 314138 def interval prop_get('interval') end
interval=(val)
click to toggle source
Restart
interval in minutes
# File lib/palo_alto/config.rb, line 314142 def interval=(val) prop_set('interval', val) end