Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR tty-management package operational data.
This YANG module augments the
Cisco-IOS-XR-tty-server-oper
module with state data.
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 HostAfIdBase ¶
type HostAfIdBase struct { }
func (HostAfIdBase) String ¶
func (id HostAfIdBase) String() string
type TransportService ¶
type TransportService string
TransportService represents Transport service protocol
const ( // Unknown service TransportService_unknown TransportService = "unknown" // Telnet TransportService_telnet TransportService = "telnet" // Remote login TransportService_rlogin TransportService = "rlogin" // SSH TransportService_ssh TransportService = "ssh" )
Click to show internal directories.
Click to hide internal directories.