#
#
# 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: jroute_methods.pl -- generated automagikally; DO NOT EDIT
#
%jroute_methods = (
## Method : <request-end-session>
## Returns: <end-session>
## Command: "quit"
request_end_session => $NO_ARGS,
## Method : <clear-system-commit>
## Returns: nothing
## Command: "clear system commit"
clear_system_commit => $NO_ARGS,
## Method : <clear-ipv6-nd-information>
## Returns: <ipv6-modify-nd>
## Command: "clear ipv6 neighbors"
clear_ipv6_nd_information => {
host => $STRING,
},
## Method : <get-commit-information>
## Returns: <commit-information>
## Command: "show system commit"
get_commit_information => $NO_ARGS,
## Method : <get-rollback-information>
## Returns: <rollback-information>
## Command: "show system rollback"
get_rollback_information => {
rollback => $STRING,
compare => $STRING,
format => $STRING,
},
## Method : <get-system-uptime-information>
## Returns: <system-uptime-information>
## Command: "show system uptime"
get_system_uptime_information => {
},
## Method : <get-license-information>
## Returns: <license-information>
## Command: "show system license"
get_license_information => $NO_ARGS,
## Method : <get-license-key-information>
## Returns: <license-key-information>
## Command: "show system license keys"
get_license_key_information => $NO_ARGS,
## Method : <get-license-usage-summary>
## Returns: <license-usage-summary>
## Command: "show system license usage"
get_license_usage_summary => $NO_ARGS,
## Method : <get-service-deployment-service-information>
## Returns: <service-deployment-service-information>
## Command: "show system services service-deployment"
get_service_deployment_service_information => $NO_ARGS,
## Method : <get-software-information>
## Returns: <software-information>
## Command: "show version"
get_software_information => {
brief => $TOGGLE,
detail => $TOGGLE,
},
## Method : <get-route-information>
## Returns: <route-information>
=1= |