Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ncs5500-coherent-node package operational data.
This module contains definitions for the following management objects:
coherent: Coherent node operational data
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type Coherent
- type Coherent_Nodes
- type Coherent_Nodes_Node
- type Coherent_Nodes_Node_CoherentTimeStats
- type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate
- type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate
- type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate
- type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats
- type Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats
- type Coherent_Nodes_Node_Coherenthealth
- type Coherent_Nodes_Node_Coherenthealth_PortData
- type Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo
- type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo
- type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coherent ¶
type Coherent struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Coherent list of nodes. Nodes Coherent_Nodes }
Coherent Coherent node operational data
func (*Coherent) GetEntityData ¶
func (coherent *Coherent) GetEntityData() *types.CommonEntityData
type Coherent_Nodes ¶
type Coherent_Nodes struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Coherent discovery operational data for a particular node. The type is // slice of Coherent_Nodes_Node. Node []*Coherent_Nodes_Node }
Coherent_Nodes Coherent list of nodes
func (*Coherent_Nodes) GetEntityData ¶
func (nodes *Coherent_Nodes) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node ¶
type Coherent_Nodes_Node struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The node name. The type is string with pattern: // ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+). NodeName interface{} // Coherent driver performace information. CoherentTimeStats Coherent_Nodes_Node_CoherentTimeStats // Coherent node data for driver health. Coherenthealth Coherent_Nodes_Node_Coherenthealth }
Coherent_Nodes_Node Coherent discovery operational data for a particular node
func (*Coherent_Nodes_Node) GetEntityData ¶
func (node *Coherent_Nodes_Node) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats ¶
type Coherent_Nodes_Node_CoherentTimeStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // driver init. The type is string with length: 0..255. DriverInit interface{} // driver operational. The type is string with length: 0..255. DriverOperational interface{} // device created. The type is string with length: 0..255. DeviceCreated interface{} // optics controllers created. The type is string with length: 0..255. OpticsControllersCreated interface{} // dsp controllers created. The type is string with length: 0..255. DspControllersCreated interface{} // eth intf created. The type is string with length: 0..255. EthIntfCreated interface{} // opts ea bulk create. OptsEaBulkCreate Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate // opts ea bulk update. OptsEaBulkUpdate Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate // dsp ea bulk create. DspEaBulkCreate Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate // dsp ea bulk update. DspEaBulkUpdate Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate // port stat. The type is slice of // Coherent_Nodes_Node_CoherentTimeStats_PortStat. PortStat []*Coherent_Nodes_Node_CoherentTimeStats_PortStat }
Coherent_Nodes_Node_CoherentTimeStats Coherent driver performace information
func (*Coherent_Nodes_Node_CoherentTimeStats) GetEntityData ¶
func (coherentTimeStats *Coherent_Nodes_Node_CoherentTimeStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate ¶
type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate dsp ea bulk create
func (*Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate) GetEntityData ¶
func (dspEaBulkCreate *Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkCreate) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate ¶
type Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate dsp ea bulk update
func (*Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate) GetEntityData ¶
func (dspEaBulkUpdate *Coherent_Nodes_Node_CoherentTimeStats_DspEaBulkUpdate) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate ¶
type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate opts ea bulk create
func (*Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate) GetEntityData ¶
func (optsEaBulkCreate *Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkCreate) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate ¶
type Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate opts ea bulk update
func (*Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate) GetEntityData ¶
func (optsEaBulkUpdate *Coherent_Nodes_Node_CoherentTimeStats_OptsEaBulkUpdate) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // rsip. The type is interface{} with range: 0..4294967295. Rsip interface{} // fp port idx. The type is interface{} with range: 0..4294967295. FpPortIdx interface{} // laser state. The type is bool. LaserState interface{} // provisioned frequency. The type is interface{} with range: 0..4294967295. ProvisionedFrequency interface{} // tx power. The type is interface{} with range: -2147483648..2147483647. TxPower interface{} // cd min. The type is interface{} with range: -2147483648..2147483647. CdMin interface{} // cd max. The type is interface{} with range: -2147483648..2147483647. CdMax interface{} // traffic type. The type is string with length: 0..128. TrafficType interface{} // laser on stats. LaserOnStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats // laser off stats. LaserOffStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats // wl op stats. WlOpStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats // txpwr op stats. TxpwrOpStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats // cdmin op stats. CdminOpStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats // cdmax op stats. CdmaxOpStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats // traffictype op stats. TraffictypeOpStats Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats }
Coherent_Nodes_Node_CoherentTimeStats_PortStat port stat
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat) GetEntityData ¶
func (portStat *Coherent_Nodes_Node_CoherentTimeStats_PortStat) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats cdmax op stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats) GetEntityData ¶
func (cdmaxOpStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdmaxOpStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats cdmin op stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats) GetEntityData ¶
func (cdminOpStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_CdminOpStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats laser off stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats) GetEntityData ¶
func (laserOffStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOffStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats laser on stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats) GetEntityData ¶
func (laserOnStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_LaserOnStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats traffictype op stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats) GetEntityData ¶
func (traffictypeOpStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_TraffictypeOpStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats txpwr op stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats) GetEntityData ¶
func (txpwrOpStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_TxpwrOpStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats ¶
type Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // start. The type is string with length: 0..255. Start interface{} // end. The type is string with length: 0..255. End interface{} // time taken. The type is string with length: 0..255. TimeTaken interface{} // worst time. The type is string with length: 0..255. WorstTime interface{} }
Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats wl op stats
func (*Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats) GetEntityData ¶
func (wlOpStats *Coherent_Nodes_Node_CoherentTimeStats_PortStat_WlOpStats) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_Coherenthealth ¶
type Coherent_Nodes_Node_Coherenthealth struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // is peyto. The type is bool. IsPeyto interface{} // im state. The type is bool. ImState interface{} // aipc srvr state. The type is bool. AipcSrvrState interface{} // sysdb state. The type is bool. SysdbState interface{} // pm state. The type is bool. PmState interface{} // optics ea conn. The type is bool. OpticsEaConn interface{} // dsp ea conn. The type is bool. DspEaConn interface{} // vether state. The type is bool. VetherState interface{} // morgoth alive. The type is bool. MorgothAlive interface{} // prov infra state. The type is bool. ProvInfraState interface{} // sdk fpga compatible. The type is bool. SdkFpgaCompatible interface{} // pending provision. The type is bool. PendingProvision interface{} // pulse sent. The type is bool. PulseSent interface{} // inside prov loop. The type is bool. InsideProvLoop interface{} // fpd in progress. The type is bool. FpdInProgress interface{} // prov run count. The type is interface{} with range: 0..4294967295. ProvRunCount interface{} // sdk version. The type is string with length: 0..255. SdkVersion interface{} // morgoth running version. The type is string with length: 0..255. MorgothRunningVersion interface{} // morgoth downloaded version. The type is string with length: 0..255. MorgothDownloadedVersion interface{} // morgoth golden version. The type is string with length: 0..255. MorgothGoldenVersion interface{} // dsp0 version. The type is string with length: 0..255. Dsp0Version interface{} // dsp1 version. The type is string with length: 0..255. Dsp1Version interface{} // dsp2 version. The type is string with length: 0..255. Dsp2Version interface{} // board type. The type is string with length: 0..255. BoardType interface{} // jlink op. The type is string with length: 0..6144. JlinkOp interface{} // port data. The type is slice of // Coherent_Nodes_Node_Coherenthealth_PortData. PortData []*Coherent_Nodes_Node_Coherenthealth_PortData }
Coherent_Nodes_Node_Coherenthealth Coherent node data for driver health
func (*Coherent_Nodes_Node_Coherenthealth) GetEntityData ¶
func (coherenthealth *Coherent_Nodes_Node_Coherenthealth) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_Coherenthealth_PortData ¶
type Coherent_Nodes_Node_Coherenthealth_PortData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // rsip. The type is interface{} with range: 0..4294967295. Rsip interface{} // optics ctrl created. The type is bool. OpticsCtrlCreated interface{} // dsp ctrl created. The type is bool. DspCtrlCreated interface{} // has pluggable. The type is bool. HasPluggable interface{} // optics admin up. The type is bool. OpticsAdminUp interface{} // dsp admin up. The type is bool. DspAdminUp interface{} // end of config. The type is bool. EndOfConfig interface{} // optics laser state. The type is bool. OpticsLaserState interface{} // laser state. The type is bool. LaserState interface{} // laser on pending. The type is bool. LaserOnPending interface{} // provisioning needed. The type is bool. ProvisioningNeeded interface{} // force reprovision. The type is bool. ForceReprovision interface{} // fp port idx. The type is interface{} with range: 0..4294967295. FpPortIdx interface{} // configured frequency. The type is interface{} with range: 0..4294967295. ConfiguredFrequency interface{} // provisioned frequency. The type is interface{} with range: 0..4294967295. ProvisionedFrequency interface{} // configured tx power. The type is string with length: 0..128. ConfiguredTxPower interface{} // provisioned tx power. The type is string with length: 0..128. ProvisionedTxPower interface{} // configured cd min. The type is string with length: 0..128. ConfiguredCdMin interface{} // provisioned cd min. The type is string with length: 0..128. ProvisionedCdMin interface{} // configured cd max. The type is string with length: 0..128. ConfiguredCdMax interface{} // provisioned cd max. The type is string with length: 0..128. ProvisionedCdMax interface{} // configured traffic type. The type is string with length: 0..128. ConfiguredTrafficType interface{} // provisioned traffic type. The type is string with length: 0..128. ProvisionedTrafficType interface{} // configured loopback mode. The type is string with length: 0..128. ConfiguredLoopbackMode interface{} // provisioned loopback mode. The type is string with length: 0..128. ProvisionedLoopbackMode interface{} // expected ctp2 led state. The type is string with length: 0..128. ExpectedCtp2LedState interface{} // provisioned ctp2 led state. The type is string with length: 0..128. ProvisionedCtp2LedState interface{} // led op rc. The type is interface{} with range: -2147483648..2147483647. LedOpRc interface{} // laser op rc. The type is interface{} with range: -2147483648..2147483647. LaserOpRc interface{} // wlen op rc. The type is interface{} with range: -2147483648..2147483647. WlenOpRc interface{} // traffic op rc. The type is interface{} with range: -2147483648..2147483647. TrafficOpRc interface{} // loopback op rc. The type is interface{} with range: // -2147483648..2147483647. LoopbackOpRc interface{} // tx power op rc. The type is interface{} with range: // -2147483648..2147483647. TxPowerOpRc interface{} // cd min op rc. The type is interface{} with range: -2147483648..2147483647. CdMinOpRc interface{} // cd max op rc. The type is interface{} with range: -2147483648..2147483647. CdMaxOpRc interface{} // provisioning failed. The type is bool. ProvisioningFailed interface{} // ctp2 hw alarms. The type is string with length: 0..128. Ctp2HwAlarms interface{} // dsp hw alarms. The type is string with length: 0..256. DspHwAlarms interface{} // is pm port created opt. The type is bool. IsPmPortCreatedOpt interface{} // rc pm port opt. The type is interface{} with range: // -2147483648..2147483647. RcPmPortOpt interface{} // pm port state opt. The type is interface{} with range: // -2147483648..2147483647. PmPortStateOpt interface{} // rc pm provision opt. The type is interface{} with range: // -2147483648..2147483647. RcPmProvisionOpt interface{} // is alarm port created opt. The type is bool. IsAlarmPortCreatedOpt interface{} // rc alarm port opt. The type is interface{} with range: // -2147483648..2147483647. RcAlarmPortOpt interface{} // is pm port created dsp. The type is bool. IsPmPortCreatedDsp interface{} // rc pm port dsp. The type is interface{} with range: // -2147483648..2147483647. RcPmPortDsp interface{} // pm port state dsp. The type is interface{} with range: // -2147483648..2147483647. PmPortStateDsp interface{} // rc pm provision dsp. The type is interface{} with range: // -2147483648..2147483647. RcPmProvisionDsp interface{} // is alarm port created dsp. The type is bool. IsAlarmPortCreatedDsp interface{} // rc alarm port dsp. The type is interface{} with range: // -2147483648..2147483647. RcAlarmPortDsp interface{} // ctp info. CtpInfo Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo // interface info. InterfaceInfo Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo }
Coherent_Nodes_Node_Coherenthealth_PortData port data
func (*Coherent_Nodes_Node_Coherenthealth_PortData) GetEntityData ¶
func (portData *Coherent_Nodes_Node_Coherenthealth_PortData) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo ¶
type Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // deviation. The type is string with length: 0..16. Deviation interface{} // part number. The type is string with length: 0..16. PartNumber interface{} // serial number. The type is string with length: 0..16. SerialNumber interface{} // date code number. The type is string with length: 0..10. DateCodeNumber interface{} // CLEI code number. The type is string with length: 0..10. CleiCodeNumber interface{} // vendorname. The type is string with length: 0..16. Vendorname interface{} // description. The type is string with length: 0..64. Description interface{} // pid. The type is string with length: 0..16. Pid interface{} // vid. The type is string with length: 0..16. Vid interface{} // module hardware version number. The type is string with length: 0..16. ModuleHardwareVersionNumber interface{} // module firmware running version number. The type is string with length: // 0..16. ModuleFirmwareRunningVersionNumber interface{} // module firmware committed version number. The type is string with length: // 0..16. ModuleFirmwareCommittedVersionNumber interface{} // ctp type. The type is interface{} with range: 0..4294967295. CtpType interface{} }
Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo ctp info
func (*Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo) GetEntityData ¶
func (ctpInfo *Coherent_Nodes_Node_Coherenthealth_PortData_CtpInfo) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo ¶
type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // eth data. The type is slice of // Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData. EthData []*Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData }
Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo interface info
func (*Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo) GetEntityData ¶
func (interfaceInfo *Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo) GetEntityData() *types.CommonEntityData
type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData ¶
type Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // ifname. The type is string with length: 0..64. Ifname interface{} // intf handle. The type is string with length: 0..128. IntfHandle interface{} // admin state. The type is string with length: 0..128. AdminState interface{} // admin up. The type is bool. AdminUp interface{} // is created. The type is bool. IsCreated interface{} }
Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData eth data
func (*Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData) GetEntityData ¶
func (ethData *Coherent_Nodes_Node_Coherenthealth_PortData_InterfaceInfo_EthData) GetEntityData() *types.CommonEntityData