�
�Udac @` s� d d l m Z m Z m Z e Z d Z d d l Z d d l m Z d d l
m Z d d l m
Z
d d l m Z i d d g d
6d d d
d g d 6d d d g d 6d d g d 6Z d e f d � � YZ d � Z d d � Z d S( i ( t absolute_importt divisiont print_functions
---
author: Ansible Networking Team
httpapi: eos
short_description: Use eAPI to run command on eos platform
description:
- This eos plugin provides low level abstraction api's for
sending and receiving CLI commands with eos network devices.
version_added: "2.6"
options:
eos_use_sessions:
type: int
default: 1
description:
- Specifies if sessions should be used on remote host or not
env:
- name: ANSIBLE_EOS_USE_SESSIONS
vars:
- name: ansible_eos_use_sessions
version_added: '2.8'
N( t to_text( t ConnectionError( t to_list( t HttpApiBaset textt jsont formatt linet strictt exactt nonet
diff_matcht blockt configt diff_replacet outputt HttpApic B` s>