Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR tty-vty package configuration.
This module contains definitions for the following management objects:
vty: VTY Pools configuration
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vty ¶
type Vty struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // List of VTY Pools. VtyPools Vty_VtyPools }
Vty VTY Pools configuration
func (*Vty) GetEntityData ¶
func (vty *Vty) GetEntityData() *types.CommonEntityData
type Vty_VtyPools ¶
type Vty_VtyPools struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // VTY Pool. The type is slice of Vty_VtyPools_VtyPool. VtyPool []*Vty_VtyPools_VtyPool }
Vty_VtyPools List of VTY Pools
func (*Vty_VtyPools) GetEntityData ¶
func (vtyPools *Vty_VtyPools) GetEntityData() *types.CommonEntityData
type Vty_VtyPools_VtyPool ¶
type Vty_VtyPools_VtyPool struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a 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. The type // is string with pattern: [\w\-\.:,_@#%$\+=\|;]+. PoolName interface{} // First VTY number,For default VTY use 0,For user-defined use 5,For // fault-manager use 100. The type is interface{} with range: 0..4294967295. // This attribute is mandatory. FirstVty interface{} // Last VTY number,For default configure between 0-99,For user-defined // configure between 5-99 ,For fault-manager configure between 100-199. The // type is interface{} with range: 0..4294967295. This attribute is mandatory. LastVty interface{} // Name of line template. The type is string. LineTemplate interface{} // Empty Option. The type is string. None interface{} }
Vty_VtyPools_VtyPool VTY Pool
func (*Vty_VtyPools_VtyPool) GetEntityData ¶
func (vtyPool *Vty_VtyPools_VtyPool) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.