VtyPool

class Vty::VtyPools::VtyPool

Bases: Entity

Class Hierarchy : Vty VtyPools VtyPool

This class represents configuration data.

VTY Pool

pool_name(key)

For configuring range for default pool use ‘default’,For configuring range for fault-manager pool use ‘fm’,For configuring range for any user defined pool use any other string

type: std::string

pattern: [\w\-\.:,_@#%$\+=\|;]+

first_vty

First VTY number,For default VTY use 0,For user-defined use 5,For fault-manager use 100

type: int

range: 0..4294967295

mandatory: True

last_vty

Last VTY number,For default configure between 0-99,For user-defined configure between 5-99 ,For fault-manager configure between 100-199

type: int

range: 0..4294967295

mandatory: True

line_template

Name of line template

type: std::string

none

Empty Option

type: std::string