Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ip-udp package configuration.
This module contains definitions for the following management objects:
ip-udp: Global IP UDP configuration
This YANG module augments the
Cisco-IOS-XR-ip-tcp-cfg
module with configuration 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 IpUdp ¶
type IpUdp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // UDP receive Queue Size. The type is interface{} with range: 40..800. ReceiveQ interface{} // UDP InQueue and OutQueue threads. NumThread IpUdp_NumThread // UDP directory details. Directory IpUdp_Directory }
IpUdp Global IP UDP configuration
func (*IpUdp) GetEntityData ¶
func (ipUdp *IpUdp) GetEntityData() *types.CommonEntityData
type IpUdp_Directory ¶
type IpUdp_Directory struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YPresence bool // Directory name. The type is string. This attribute is mandatory. Directoryname interface{} // Set number of Debug files. The type is interface{} with range: 1..5000. The // default value is 256. MaxUdpDebugFiles interface{} // Set size of debug files in bytes. The type is interface{} with range: // 1024..4294967295. Units are byte. MaxFileSizeFiles interface{} }
IpUdp_Directory UDP directory details This type is a presence type.
func (*IpUdp_Directory) GetEntityData ¶
func (directory *IpUdp_Directory) GetEntityData() *types.CommonEntityData
type IpUdp_NumThread ¶
type IpUdp_NumThread struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YPresence bool // InQ Threads. The type is interface{} with range: 1..16. This attribute is // mandatory. UdpInQThreads interface{} // OutQ Threads. The type is interface{} with range: 1..16. This attribute is // mandatory. UdpOutQThreads interface{} }
IpUdp_NumThread UDP InQueue and OutQueue threads This type is a presence type.
func (*IpUdp_NumThread) GetEntityData ¶
func (numThread *IpUdp_NumThread) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.