Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ip-raw package configuration.
This module contains definitions for the following management objects:
ip-raw: Global IP RAW 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 IpRaw ¶
type IpRaw struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // RAW receive Queue Size. The type is interface{} with range: 40..800. ReceiveQ interface{} // RAW InQueue and OutQueue threads. NumThread IpRaw_NumThread // RAW directory details. Directory IpRaw_Directory }
IpRaw Global IP RAW configuration
func (*IpRaw) GetEntityData ¶
func (ipRaw *IpRaw) GetEntityData() *types.CommonEntityData
type IpRaw_Directory ¶
type IpRaw_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..18000. // The default value is 256. MaxRawDebugFiles interface{} // Set size of debug files in bytes. The type is interface{} with range: // 1024..4294967295. Units are byte. MaxFileSizeFiles interface{} }
IpRaw_Directory RAW directory details This type is a presence type.
func (*IpRaw_Directory) GetEntityData ¶
func (directory *IpRaw_Directory) GetEntityData() *types.CommonEntityData
type IpRaw_NumThread ¶
type IpRaw_NumThread struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YPresence bool // InQ Threads. The type is interface{} with range: 1..16. This attribute is // mandatory. RawInQThreads interface{} // OutQ Threads. The type is interface{} with range: 1..16. This attribute is // mandatory. RawOutQThreads interface{} }
IpRaw_NumThread RAW InQueue and OutQueue threads This type is a presence type.
func (*IpRaw_NumThread) GetEntityData ¶
func (numThread *IpRaw_NumThread) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.