#
#
# COPYRIGHT AND LICENSE
# Copyright (c) 2001- Juniper Networks, Inc. All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# 1. Redistributions of source code must retain the above
# copyright notice, this list of conditions and the following
# disclaimer.
# 2. Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
# 3. The name of the copyright owner may not be used to
# endorse or promote products derived from this software without specific
# prior written permission.
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
# FILE: jkernel_methods.pl -- generated automagikally; DO NOT EDIT
#
%jkernel_methods = (
## Method : <clear-arp-table>
## Returns: <clear-arp-table-results>
## Command: "clear arp"
clear_arp_table => {
hostname => $STRING,
vpn => $STRING,
},
## Method : <clear-reboot>
## Returns: nothing
## Command: "clear system reboot"
clear_reboot => {
both_routing_engines => $TOGGLE,
},
## Method : <clear-helper-statistics-information>
## Returns: nothing
## Command: "clear helper statistics"
clear_helper_statistics_information => $NO_ARGS,
## Method : <clear-service-sfw-flow-table-information>
## Returns: <service-sfw-flow-drain-information>
## Command: "clear services stateful-firewall flows"
clear_service_sfw_flow_table_information => {
source_prefix => $STRING,
destination_prefix => $STRING,
source_port => $STRING,
destination_port => $STRING,
protocol => $STRING,
service_set => $STRING,
interface => $STRING,
},
## Method : <clear-services-flow-collector-information>
## Returns: nothing
## Command: "clear services flow-collector"
clear_services_flow_collector_information => $NO_ARGS,
## Method : <clear-services-flow-collector-statistics>
## Returns: <clear-services-flow-collector-response>
## Command: "clear services flow-collector statistics"
clear_services_flow_collector_statistics => {
interface => $STRING,
},
## Method : <get-arp-table-information>
## Returns: <arp-table-information>
## Command: "show arp"
get_arp_table_information => {
no_resolve => $TOGGLE,
},
## Method : <get-interface-information>
## Returns: <interface-information>
## Command: "show interfaces"
get_interface_information => {
extensive => $TOGGLE,
statistics => $TOGGLE,
media => $TOGGLE,
detail => $TOGGLE,
terse => $TOGGLE,
brief => $TOGGLE,
descriptions => $TOGGLE,
snmp_index => $STRING,
interface_name => $STRING,
},
=1= |