Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR infra-infra package configuration.
This module contains definitions for the following management objects:
banners: Schema for Banner configuration commands
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 Banner ¶
type Banner string
Banner represents Banner
const ( // Set EXEC process creation banner Banner_exec Banner = "exec" // Set incoming terminal line banner Banner_incoming Banner = "incoming" // Set Message of the Day banner Banner_motd Banner = "motd" // Set login banner Banner_login Banner = "login" // Set Message for SLIP/PPP Banner_slip_ppp Banner = "slip-ppp" // Set Message for login authentication timeout Banner_prompt_timeout Banner = "prompt-timeout" )
type Banners ¶
type Banners struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Select a Banner Type. The type is slice of Banners_Banner. Banner []*Banners_Banner }
Banners Schema for Banner configuration commands
func (*Banners) GetEntityData ¶
func (banners *Banners) GetEntityData() *types.CommonEntityData
type Banners_Banner ¶
type Banners_Banner struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Banner Type. The type is Banner. BannerName interface{} // Banner text message. The type is string. This attribute is mandatory. BannerText interface{} }
Banners_Banner Select a Banner Type
func (*Banners_Banner) GetEntityData ¶
func (banner *Banners_Banner) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.