📄 gerannrmdefssagvsep3v1.idl
字号:
//File: GeranNRMDefsSagVseP3V1.idl
#ifndef _GERANNRMDEFSSAGVSEP3V1_IDL_
#define _GERANNRMDEFSSAGVSEP3V1_IDL_
#include <StateManagementIRPConstDefs.idl>
#include "GenericNetworkResourcesNRMDefs.idl"
#pragma prefix "siemens.com"
module GeranNRMDefsSagVseP3V1
{
/**
* Definitions for MO class Bsc_SagVseP3V1
*/
interface Bsc : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "Bsc";
// Attribute Names
//
const string bscId = "bscId";
const string userLabel = "userLabel";
const string edgeSupport = "edgeSupport";
const string administrativeState = "administrativeState";
const string operationalState = "operationalState";
};
/**
* Definitions for MO class Transcoder_SagVseP3V1
*/
interface Transcoder : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "Transcoder";
// Attribute Names
//
const string transcoderId = "transcoderId";
const string userLabel = "userLabel";
const string administrativeState = "administrativeState";
const string operationalState = "operationalState";
};
};
module GeranNRMConstTypesSagVseP3V1
{
// vse identification
const string vSEVersionNumber = "Siemens 3.1.0";
// import from 32.673
typedef StateManagementIRPCommonConstDefs::AdministrativeState AdministrativeState;
typedef StateManagementIRPCommonConstDefs::OperationalState OperationalState;
};
#endif //_GERANNRMDEFSSAGVSEP3V1_IDL_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -