Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR tty-management-cmd package operational data.
This module contains definitions for the following management objects:
show-users: Show users statistics
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 ShowUsers ¶
type ShowUsers struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Show users statistics. Sessions ShowUsers_Sessions }
ShowUsers Show users statistics
func (*ShowUsers) GetEntityData ¶
func (showUsers *ShowUsers) GetEntityData() *types.CommonEntityData
type ShowUsers_Sessions ¶
type ShowUsers_Sessions struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Show users statistics. The type is slice of ShowUsers_Sessions_Session. Session []*ShowUsers_Sessions_Session }
ShowUsers_Sessions Show users statistics
func (*ShowUsers_Sessions) GetEntityData ¶
func (sessions *ShowUsers_Sessions) GetEntityData() *types.CommonEntityData
type ShowUsers_Sessions_Session ¶
type ShowUsers_Sessions_Session struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Session Id. The type is interface{} with range: // 0..4294967295. SessionId interface{} // Line Number. The type is string. Line interface{} // User Name. The type is string. User interface{} // Service Name. The type is string. Service interface{} // No. of Connections. The type is string. Conns interface{} // Idle Time. The type is string. IdleString interface{} // location. The type is string. Location interface{} }
ShowUsers_Sessions_Session Show users statistics
func (*ShowUsers_Sessions_Session) GetEntityData ¶
func (session *ShowUsers_Sessions_Session) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.