class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::MaximumPrefix::Action::Restart

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 314508
def _section
        :'restart'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 314505
def has_multiple_values?
        false
end
interval() click to toggle source

Restart interval in minutes

# File lib/palo_alto/config.rb, line 314520
def interval
        prop_get('interval')
end
interval=(val) click to toggle source

Restart interval in minutes

# File lib/palo_alto/config.rb, line 314524
def interval=(val)
        prop_set('interval', val)
end