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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 207902
def _section
        :'action'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 207899
def has_multiple_values?
        false
end
restart() click to toggle source
# File lib/palo_alto/config.rb, line 207941
def restart
        @subclasses['restart'] ||= Restart.new(parent_instance: self, create_children: @create_children)
end
warning_only() click to toggle source
# File lib/palo_alto/config.rb, line 207914
def warning_only
        @subclasses['warning-only'] ||= WarningOnly.new(parent_instance: self, create_children: @create_children)
end