class PaloAlto::XML::Config::Devices::Entry::Template::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 207921
def _section
        :'restart'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 207918
def has_multiple_values?
        false
end
interval() click to toggle source

Restart interval in minutes

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

Restart interval in minutes

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