?? transportnetworkresourcesnrmdefs.idl
字號(hào):
//File: TransportNetworkResourcesNRMDefs.idl
#ifndef _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_
#define _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_
#include "GenericNetworkResourcesNRMDefs.idl"
#pragma prefix "3gppsa5.org"
/**
* This module defines constants for each MO class name and
* the attribute names for each defined MO class.
*/
module TransportNetworkResourcesNRMDefs
{
/**
* Definitions for MO class TransportNetworkInterface
*/
interface TransportNetworkInterface : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "TransportNetworkInterface";
// Attribute Names
//
const string transportNetworkInterfaceId = "transportNetworkInterfaceId";
const string userLabel = "userLabel";
const string transportNetworkType= "transportNetworkType";
};
/**
* Definitions for MO class ATMChannelTerminationPoint
*/
interface ATMChannelTerminationPoint
{
const string CLASS = "ATMChannelTerminationPoint";
// Attribute Names
//
const string aTMChannelTerminationPointId = "aTMChannelTerminationPointId";
const string usageChannel= "usageChannel";
const string virtualPathId= "virtualPathId";
const string virtualChannelId= "virtualChannelId";
const string physicalPortId= "physicalPortId";
const string physicalLinkType= "physicalLinkType";
const string serviceCategoryIn= "serviceCategoryIn";
const string serviceCategoryEg= "serviceCategoryEg";
const string usedAAL= "usedAAL";
const string peakCellRateIn= "peakCellRateIn";
const string peakCellRateEg= "peakCellRateEg";
const string sustainableCellRateIn= "sustainableCellRateIn";
const string sustainableCellRateEg= "sustainableCellRateEg";
const string maximumBurstSizeIn= "maximumBurstSizeIn";
const string maximumBurstSizeEg= "maximumBurstSizeEg";
const string minimumDesiredCellRateIn= "minimumDesiredCellRateIn";
const string minimumDesiredCellRateEg= "minimumDesiredCellRateEg";
const string minimumCellRateIn= "minimumCellRateIn";
const string minimumCellRateEg= "minimumCellRateEg";
const string aTMChannelTerminationPointATMPathTerminationPoint = "aTMChannelTerminationPointATMPathTerminationPoint";
const string aTMChannelTerminationPointIubLink = "aTMChannelTerminationPointIubLink";
};
/**
* Definitions for MO class ATMPathTerminationPoint
*/
interface ATMPathTerminationPoint
{
const string CLASS = "ATMPathTerminationPoint";
// Attribute Names
//
const string aTMPathTerminationPointId = "aTMPathTerminationPoint";
const string virtualPathId= "virtualPathId";
const string physicalPortIdList= "physicalPortIdList";
const string peakCellRateIn= "peakCellRateIn";
const string peakCellRateEg= "peakCellRateEg";
const string aTMPathTerminationPointATMChannelTerminationPoint = "aTMPathTerminationPointATMChannelTerminationPoint";
};
};
#endif // _TRANSPORT_NETWORK_RESOURCES_NRM_DEFS_IDL_
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -