Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR prm-hwmod-profile package configuration.
This module contains definitions for the following management objects:
hardware-module: HardwareModule
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 HardwareModule ¶
type HardwareModule struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Specify Profile type. The type is ProfileTypeData. Profile interface{} }
HardwareModule HardwareModule
func (*HardwareModule) GetEntityData ¶
func (hardwareModule *HardwareModule) GetEntityData() *types.CommonEntityData
type ProfileTypeData ¶
type ProfileTypeData string
ProfileTypeData represents Profile type data
const ( // SP Profile ProfileTypeData_sp ProfileTypeData = "sp" // DC Profile ProfileTypeData_dc ProfileTypeData = "dc" )
Click to show internal directories.
Click to hide internal directories.