Documentation ¶
Overview ¶
This module contains definitions for the Calvados model objects.
This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration.
This module holds Shelf Management configuration data.
Copyright(c) 2011-2017 by Cisco Systems, Inc. All rights reserved.
Copyright (c) 2012-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
- type Actions
- type Config
- type Config_Chassis
- type Config_Chassis_Serial
- type Config_Domain
- type Config_Domain_Name
- type Config_Domain_NameServer
- type Config_Interface
- type Config_Interface_MgmtEth
- type Config_Interface_MgmtEth_Locport
- type Config_Interface_MgmtEth_Locport_Arp
- type Config_Interface_MgmtEth_Locport_Arp_Ip
- type Config_Interface_MgmtEth_Locport_Ipv4
- type Config_VirtualMacaddrRange
- type Oper
- type Oper_Chassis
- type Oper_Chassis_Brief
- type Oper_Chassis_Brief_ChassisSerial
- type Oper_Chassis_Brief_ChassisSerial_BriefData
- type Oper_Interface
- type Oper_Interface_InterfaceData
- type Oper_Macpool
- type Oper_Macpool_Brief
- type Oper_Macpool_Brief_Rack
- type Oper_Macpool_Brief_Rack_BriefData
- type Oper_Platform
- type Oper_Platform_Detail
- type Oper_Platform_Detail_Location
- type Oper_Platform_Detail_Location_DetailData
- type Oper_Platform_Slices
- type Oper_Platform_Slices_Location
- type Oper_Platform_Slices_Location_SliceValues
- type Oper_Platform_Slices_Location_SliceValues_Slice
- type Oper_Platform_Summary
- type Oper_Platform_Summary_Location
- type Oper_Platform_Summary_Location_SummaryData
- type Oper_RebootHistory
- type Oper_RebootHistory_AdminVm
- type Oper_RebootHistory_AdminVm_Location
- type Oper_RebootHistory_AdminVm_Location_Events
- type Oper_RebootHistory_AdminVm_Location_Events_Event
- type Oper_RebootHistory_Card
- type Oper_RebootHistory_Card_Location
- type Oper_RebootHistory_Card_Location_Events
- type Oper_RebootHistory_Card_Location_Events_Event
- type Oper_RebootHistory_Reverse
- type Oper_RebootHistory_Reverse_AdminVm
- type Oper_RebootHistory_Reverse_AdminVm_Location
- type Oper_RebootHistory_Reverse_AdminVm_Location_Events
- type Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event
- type Oper_RebootHistory_Reverse_Card
- type Oper_RebootHistory_Reverse_Card_Location
- type Oper_RebootHistory_Reverse_Card_Location_Events
- type Oper_RebootHistory_Reverse_Card_Location_Events_Event
- type Oper_Reload
- type Oper_ReloadVm
- type Oper_ReloadVm_Location
- type Oper_Reload_Rack
- type Oper_Reload_Rack_Racks
- type Oper_ShelfMgr
- type Oper_ShelfMgr_Trace
- type Oper_ShelfMgr_Trace_Location
- type Oper_ShelfMgr_Trace_Location_AllOptions
- type Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct { EntityData types.CommonEntityData YFilter yfilter.YFilter }
Actions
func (*Actions) GetEntityData ¶
func (actions *Actions) GetEntityData() *types.CommonEntityData
type Config ¶
type Config struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Chassis Config_Chassis Interface Config_Interface Domain Config_Domain VirtualMacaddrRange Config_VirtualMacaddrRange }
Config
func (*Config) GetEntityData ¶
func (config *Config) GetEntityData() *types.CommonEntityData
type Config_Chassis ¶
type Config_Chassis struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Config_Chassis_Serial. Serial []*Config_Chassis_Serial }
Config_Chassis
func (*Config_Chassis) GetEntityData ¶
func (chassis *Config_Chassis) GetEntityData() *types.CommonEntityData
type Config_Chassis_Serial ¶
type Config_Chassis_Serial struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. This attribute is mandatory. Serial interface{} // The type is string with pattern: // [bB][0-9]|[fF][0-7]|[0-9]|[1][0-5]|[2][4][0-7]. This attribute is // mandatory. Rack interface{} }
Config_Chassis_Serial
func (*Config_Chassis_Serial) GetEntityData ¶
func (serial *Config_Chassis_Serial) GetEntityData() *types.CommonEntityData
type Config_Domain ¶
type Config_Domain struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Config_Domain_Name. Name []*Config_Domain_Name // The type is slice of Config_Domain_NameServer. NameServer []*Config_Domain_NameServer }
Config_Domain
func (*Config_Domain) GetEntityData ¶
func (domain *Config_Domain) GetEntityData() *types.CommonEntityData
type Config_Domain_Name ¶
type Config_Domain_Name struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Name interface{} }
Config_Domain_Name
func (*Config_Domain_Name) GetEntityData ¶
func (name *Config_Domain_Name) GetEntityData() *types.CommonEntityData
type Config_Domain_NameServer ¶
type Config_Domain_NameServer struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?. NameServer interface{} }
Config_Domain_NameServer
func (*Config_Domain_NameServer) GetEntityData ¶
func (nameServer *Config_Domain_NameServer) GetEntityData() *types.CommonEntityData
type Config_Interface ¶
type Config_Interface struct { EntityData types.CommonEntityData YFilter yfilter.YFilter MgmtEth Config_Interface_MgmtEth }
Config_Interface
func (*Config_Interface) GetEntityData ¶
func (self *Config_Interface) GetEntityData() *types.CommonEntityData
type Config_Interface_MgmtEth ¶
type Config_Interface_MgmtEth struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Config_Interface_MgmtEth_Locport. Locport []*Config_Interface_MgmtEth_Locport }
Config_Interface_MgmtEth
func (*Config_Interface_MgmtEth) GetEntityData ¶
func (mgmtEth *Config_Interface_MgmtEth) GetEntityData() *types.CommonEntityData
type Config_Interface_MgmtEth_Locport ¶
type Config_Interface_MgmtEth_Locport struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // [fF][0-7]|[0-9]|[1][0-5]|[bB][0-9]. Rack interface{} // This attribute is a key. The type is string with pattern: // [Rr][Pp][0-1]|[Rr][Ss][Pp][0-1]|[Ss][Cc][0-1]|[cC][bB][0-9]. Slot interface{} // This attribute is a key. The type is interface{} with range: 0..0. Intf interface{} // This attribute is a key. The type is interface{} with range: 0..0. Port interface{} // The type is interface{}. Shutdown interface{} // The type is interface{} with range: 48..9000. Mtu interface{} // The type is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?. DefaultGw interface{} Ipv4 Config_Interface_MgmtEth_Locport_Ipv4 Arp Config_Interface_MgmtEth_Locport_Arp }
Config_Interface_MgmtEth_Locport
func (*Config_Interface_MgmtEth_Locport) GetEntityData ¶
func (locport *Config_Interface_MgmtEth_Locport) GetEntityData() *types.CommonEntityData
type Config_Interface_MgmtEth_Locport_Arp ¶
type Config_Interface_MgmtEth_Locport_Arp struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Config_Interface_MgmtEth_Locport_Arp_Ip. Ip []*Config_Interface_MgmtEth_Locport_Arp_Ip }
Config_Interface_MgmtEth_Locport_Arp
func (*Config_Interface_MgmtEth_Locport_Arp) GetEntityData ¶
func (arp *Config_Interface_MgmtEth_Locport_Arp) GetEntityData() *types.CommonEntityData
type Config_Interface_MgmtEth_Locport_Arp_Ip ¶
type Config_Interface_MgmtEth_Locport_Arp_Ip struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?. // This attribute is mandatory. Ip interface{} // The type is string with pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}. This // attribute is mandatory. Mac interface{} }
Config_Interface_MgmtEth_Locport_Arp_Ip
func (*Config_Interface_MgmtEth_Locport_Arp_Ip) GetEntityData ¶
func (ip *Config_Interface_MgmtEth_Locport_Arp_Ip) GetEntityData() *types.CommonEntityData
type Config_Interface_MgmtEth_Locport_Ipv4 ¶
type Config_Interface_MgmtEth_Locport_Ipv4 struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(( // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]))|(/([0-9]+))). Address interface{} }
Config_Interface_MgmtEth_Locport_Ipv4
func (*Config_Interface_MgmtEth_Locport_Ipv4) GetEntityData ¶
func (ipv4 *Config_Interface_MgmtEth_Locport_Ipv4) GetEntityData() *types.CommonEntityData
type Config_VirtualMacaddrRange ¶
type Config_VirtualMacaddrRange struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string with pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}. Base interface{} // The type is interface{} with range: 1..65535. Count interface{} }
Config_VirtualMacaddrRange
func (*Config_VirtualMacaddrRange) GetEntityData ¶
func (virtualMacaddrRange *Config_VirtualMacaddrRange) GetEntityData() *types.CommonEntityData
type Oper ¶
type Oper struct { EntityData types.CommonEntityData YFilter yfilter.YFilter ShelfMgr Oper_ShelfMgr Platform Oper_Platform Chassis Oper_Chassis Reload Oper_Reload RebootHistory Oper_RebootHistory // The type is slice of Oper_Interface. Interface []*Oper_Interface ReloadVm Oper_ReloadVm Macpool Oper_Macpool }
Oper
func (*Oper) GetEntityData ¶
func (oper *Oper) GetEntityData() *types.CommonEntityData
type Oper_Chassis ¶
type Oper_Chassis struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Brief Oper_Chassis_Brief }
Oper_Chassis
func (*Oper_Chassis) GetEntityData ¶
func (chassis *Oper_Chassis) GetEntityData() *types.CommonEntityData
type Oper_Chassis_Brief ¶
type Oper_Chassis_Brief struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Chassis_Brief_ChassisSerial. ChassisSerial []*Oper_Chassis_Brief_ChassisSerial }
Oper_Chassis_Brief
func (*Oper_Chassis_Brief) GetEntityData ¶
func (brief *Oper_Chassis_Brief) GetEntityData() *types.CommonEntityData
type Oper_Chassis_Brief_ChassisSerial ¶
type Oper_Chassis_Brief_ChassisSerial struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. SerialNumber interface{} BriefData Oper_Chassis_Brief_ChassisSerial_BriefData }
Oper_Chassis_Brief_ChassisSerial
func (*Oper_Chassis_Brief_ChassisSerial) GetEntityData ¶
func (chassisSerial *Oper_Chassis_Brief_ChassisSerial) GetEntityData() *types.CommonEntityData
type Oper_Chassis_Brief_ChassisSerial_BriefData ¶
type Oper_Chassis_Brief_ChassisSerial_BriefData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Racknum interface{} // The type is string. RackType interface{} // The type is string. RackState interface{} // The type is string. DataPlane interface{} // The type is string. CtrlPlane interface{} }
Oper_Chassis_Brief_ChassisSerial_BriefData
func (*Oper_Chassis_Brief_ChassisSerial_BriefData) GetEntityData ¶
func (briefData *Oper_Chassis_Brief_ChassisSerial_BriefData) GetEntityData() *types.CommonEntityData
type Oper_Interface ¶
type Oper_Interface struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Ifname interface{} InterfaceData Oper_Interface_InterfaceData }
Oper_Interface
func (*Oper_Interface) GetEntityData ¶
func (self *Oper_Interface) GetEntityData() *types.CommonEntityData
type Oper_Interface_InterfaceData ¶
type Oper_Interface_InterfaceData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string with pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}. Mac interface{} // The type is string with pattern: // (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?. Ipv4 interface{} // The type is string. Flagstr interface{} // The type is string. PortStatus interface{} // The type is interface{} with range: 0..4294967295. Mtu interface{} // The type is interface{} with range: 0..4294967295. Metric interface{} // The type is interface{} with range: 0..4294967295. RxPak interface{} // The type is interface{} with range: 0..4294967295. RxErrors interface{} // The type is interface{} with range: 0..4294967295. RxDropped interface{} // The type is interface{} with range: 0..4294967295. RxOverruns interface{} // The type is interface{} with range: 0..4294967295. RxFrame interface{} // The type is interface{} with range: 0..4294967295. TxPak interface{} // The type is interface{} with range: 0..4294967295. TxErrors interface{} // The type is interface{} with range: 0..4294967295. TxDropped interface{} // The type is interface{} with range: 0..4294967295. TxOverruns interface{} // The type is interface{} with range: 0..4294967295. TxCarrier interface{} // The type is interface{} with range: 0..4294967295. Collisions interface{} // The type is interface{} with range: 0..4294967295. TxQueuelen interface{} // The type is interface{} with range: 0..18446744073709551615. RxBytes interface{} // The type is interface{} with range: 0..18446744073709551615. TxBytes interface{} // The type is interface{} with range: 0..4294967295. IntfNum interface{} }
Oper_Interface_InterfaceData
func (*Oper_Interface_InterfaceData) GetEntityData ¶
func (interfaceData *Oper_Interface_InterfaceData) GetEntityData() *types.CommonEntityData
type Oper_Macpool ¶
type Oper_Macpool struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Brief Oper_Macpool_Brief }
Oper_Macpool
func (*Oper_Macpool) GetEntityData ¶
func (macpool *Oper_Macpool) GetEntityData() *types.CommonEntityData
type Oper_Macpool_Brief ¶
type Oper_Macpool_Brief struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Macpool_Brief_Rack. Rack []*Oper_Macpool_Brief_Rack }
Oper_Macpool_Brief
func (*Oper_Macpool_Brief) GetEntityData ¶
func (brief *Oper_Macpool_Brief) GetEntityData() *types.CommonEntityData
type Oper_Macpool_Brief_Rack ¶
type Oper_Macpool_Brief_Rack struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. SerialNumber interface{} BriefData Oper_Macpool_Brief_Rack_BriefData }
Oper_Macpool_Brief_Rack
func (*Oper_Macpool_Brief_Rack) GetEntityData ¶
func (rack *Oper_Macpool_Brief_Rack) GetEntityData() *types.CommonEntityData
type Oper_Macpool_Brief_Rack_BriefData ¶
type Oper_Macpool_Brief_Rack_BriefData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Racknum interface{} // The type is string with pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}. MacBase interface{} // The type is interface{} with range: 0..4294967295. MacCount interface{} // The type is bool. IsSelected interface{} // The type is interface{} with range: 0..4294967295. AllocatedCount interface{} }
Oper_Macpool_Brief_Rack_BriefData
func (*Oper_Macpool_Brief_Rack_BriefData) GetEntityData ¶
func (briefData *Oper_Macpool_Brief_Rack_BriefData) GetEntityData() *types.CommonEntityData
type Oper_Platform ¶
type Oper_Platform struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Summary Oper_Platform_Summary Detail Oper_Platform_Detail Slices Oper_Platform_Slices }
Oper_Platform
func (*Oper_Platform) GetEntityData ¶
func (platform *Oper_Platform) GetEntityData() *types.CommonEntityData
type Oper_Platform_Detail ¶
type Oper_Platform_Detail struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Platform_Detail_Location. Location []*Oper_Platform_Detail_Location }
Oper_Platform_Detail
func (*Oper_Platform_Detail) GetEntityData ¶
func (detail *Oper_Platform_Detail) GetEntityData() *types.CommonEntityData
type Oper_Platform_Detail_Location ¶
type Oper_Platform_Detail_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} DetailData Oper_Platform_Detail_Location_DetailData }
Oper_Platform_Detail_Location
func (*Oper_Platform_Detail_Location) GetEntityData ¶
func (location *Oper_Platform_Detail_Location) GetEntityData() *types.CommonEntityData
type Oper_Platform_Detail_Location_DetailData ¶
type Oper_Platform_Detail_Location_DetailData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Pid interface{} // The type is string. Description interface{} // The type is string. VidSn interface{} // The type is string. HwState interface{} // The type is string. SwState interface{} // The type is string. ConfigWordy interface{} // The type is string. HwVer interface{} // The type is string. LastEvent interface{} // The type is string. LastEvReasonStr interface{} }
Oper_Platform_Detail_Location_DetailData
func (*Oper_Platform_Detail_Location_DetailData) GetEntityData ¶
func (detailData *Oper_Platform_Detail_Location_DetailData) GetEntityData() *types.CommonEntityData
type Oper_Platform_Slices ¶
type Oper_Platform_Slices struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Platform_Slices_Location. Location []*Oper_Platform_Slices_Location }
Oper_Platform_Slices
func (*Oper_Platform_Slices) GetEntityData ¶
func (slices *Oper_Platform_Slices) GetEntityData() *types.CommonEntityData
type Oper_Platform_Slices_Location ¶
type Oper_Platform_Slices_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} // The type is slice of Oper_Platform_Slices_Location_SliceValues. SliceValues []*Oper_Platform_Slices_Location_SliceValues }
Oper_Platform_Slices_Location
func (*Oper_Platform_Slices_Location) GetEntityData ¶
func (location *Oper_Platform_Slices_Location) GetEntityData() *types.CommonEntityData
type Oper_Platform_Slices_Location_SliceValues ¶
type Oper_Platform_Slices_Location_SliceValues struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. SliceIdx interface{} Slice Oper_Platform_Slices_Location_SliceValues_Slice }
Oper_Platform_Slices_Location_SliceValues
func (*Oper_Platform_Slices_Location_SliceValues) GetEntityData ¶
func (sliceValues *Oper_Platform_Slices_Location_SliceValues) GetEntityData() *types.CommonEntityData
type Oper_Platform_Slices_Location_SliceValues_Slice ¶
type Oper_Platform_Slices_Location_SliceValues_Slice struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is interface{} with range: 0..4294967295. SliceNum interface{} // The type is string. AdminState interface{} // The type is string. OperState interface{} }
Oper_Platform_Slices_Location_SliceValues_Slice
func (*Oper_Platform_Slices_Location_SliceValues_Slice) GetEntityData ¶
func (slice *Oper_Platform_Slices_Location_SliceValues_Slice) GetEntityData() *types.CommonEntityData
type Oper_Platform_Summary ¶
type Oper_Platform_Summary struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Platform_Summary_Location. Location []*Oper_Platform_Summary_Location }
Oper_Platform_Summary
func (*Oper_Platform_Summary) GetEntityData ¶
func (summary *Oper_Platform_Summary) GetEntityData() *types.CommonEntityData
type Oper_Platform_Summary_Location ¶
type Oper_Platform_Summary_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} SummaryData Oper_Platform_Summary_Location_SummaryData }
Oper_Platform_Summary_Location
func (*Oper_Platform_Summary_Location) GetEntityData ¶
func (location *Oper_Platform_Summary_Location) GetEntityData() *types.CommonEntityData
type Oper_Platform_Summary_Location_SummaryData ¶
type Oper_Platform_Summary_Location_SummaryData struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. CardType interface{} // The type is string. HwState interface{} // The type is string. SwState interface{} // The type is string. ConfigState interface{} }
Oper_Platform_Summary_Location_SummaryData
func (*Oper_Platform_Summary_Location_SummaryData) GetEntityData ¶
func (summaryData *Oper_Platform_Summary_Location_SummaryData) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory ¶
type Oper_RebootHistory struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Card Oper_RebootHistory_Card AdminVm Oper_RebootHistory_AdminVm Reverse Oper_RebootHistory_Reverse }
Oper_RebootHistory
func (*Oper_RebootHistory) GetEntityData ¶
func (rebootHistory *Oper_RebootHistory) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_AdminVm ¶
type Oper_RebootHistory_AdminVm struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_RebootHistory_AdminVm_Location. Location []*Oper_RebootHistory_AdminVm_Location }
Oper_RebootHistory_AdminVm
func (*Oper_RebootHistory_AdminVm) GetEntityData ¶
func (adminVm *Oper_RebootHistory_AdminVm) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_AdminVm_Location ¶
type Oper_RebootHistory_AdminVm_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} // The type is slice of Oper_RebootHistory_AdminVm_Location_Events. Events []*Oper_RebootHistory_AdminVm_Location_Events }
Oper_RebootHistory_AdminVm_Location
func (*Oper_RebootHistory_AdminVm_Location) GetEntityData ¶
func (location *Oper_RebootHistory_AdminVm_Location) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_AdminVm_Location_Events ¶
type Oper_RebootHistory_AdminVm_Location_Events struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. EventIdx interface{} Event Oper_RebootHistory_AdminVm_Location_Events_Event }
Oper_RebootHistory_AdminVm_Location_Events
func (*Oper_RebootHistory_AdminVm_Location_Events) GetEntityData ¶
func (events *Oper_RebootHistory_AdminVm_Location_Events) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_AdminVm_Location_Events_Event ¶
type Oper_RebootHistory_AdminVm_Location_Events_Event struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Timestamp interface{} // The type is interface{} with range: 0..4294967295. ReasonCode interface{} // The type is string. Reason interface{} // The type is string. SrcLoc interface{} // The type is string. SrcName interface{} }
Oper_RebootHistory_AdminVm_Location_Events_Event
func (*Oper_RebootHistory_AdminVm_Location_Events_Event) GetEntityData ¶
func (event *Oper_RebootHistory_AdminVm_Location_Events_Event) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Card ¶
type Oper_RebootHistory_Card struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_RebootHistory_Card_Location. Location []*Oper_RebootHistory_Card_Location }
Oper_RebootHistory_Card
func (*Oper_RebootHistory_Card) GetEntityData ¶
func (card *Oper_RebootHistory_Card) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Card_Location ¶
type Oper_RebootHistory_Card_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} // The type is slice of Oper_RebootHistory_Card_Location_Events. Events []*Oper_RebootHistory_Card_Location_Events }
Oper_RebootHistory_Card_Location
func (*Oper_RebootHistory_Card_Location) GetEntityData ¶
func (location *Oper_RebootHistory_Card_Location) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Card_Location_Events ¶
type Oper_RebootHistory_Card_Location_Events struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. EventIdx interface{} Event Oper_RebootHistory_Card_Location_Events_Event }
Oper_RebootHistory_Card_Location_Events
func (*Oper_RebootHistory_Card_Location_Events) GetEntityData ¶
func (events *Oper_RebootHistory_Card_Location_Events) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Card_Location_Events_Event ¶
type Oper_RebootHistory_Card_Location_Events_Event struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Timestamp interface{} // The type is interface{} with range: 0..4294967295. ReasonCode interface{} // The type is string. Reason interface{} // The type is string. SrcLoc interface{} // The type is string. SrcName interface{} }
Oper_RebootHistory_Card_Location_Events_Event
func (*Oper_RebootHistory_Card_Location_Events_Event) GetEntityData ¶
func (event *Oper_RebootHistory_Card_Location_Events_Event) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse ¶
type Oper_RebootHistory_Reverse struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Card Oper_RebootHistory_Reverse_Card AdminVm Oper_RebootHistory_Reverse_AdminVm }
Oper_RebootHistory_Reverse
func (*Oper_RebootHistory_Reverse) GetEntityData ¶
func (reverse *Oper_RebootHistory_Reverse) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_AdminVm ¶
type Oper_RebootHistory_Reverse_AdminVm struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_RebootHistory_Reverse_AdminVm_Location. Location []*Oper_RebootHistory_Reverse_AdminVm_Location }
Oper_RebootHistory_Reverse_AdminVm
func (*Oper_RebootHistory_Reverse_AdminVm) GetEntityData ¶
func (adminVm *Oper_RebootHistory_Reverse_AdminVm) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_AdminVm_Location ¶
type Oper_RebootHistory_Reverse_AdminVm_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} // The type is slice of Oper_RebootHistory_Reverse_AdminVm_Location_Events. Events []*Oper_RebootHistory_Reverse_AdminVm_Location_Events }
Oper_RebootHistory_Reverse_AdminVm_Location
func (*Oper_RebootHistory_Reverse_AdminVm_Location) GetEntityData ¶
func (location *Oper_RebootHistory_Reverse_AdminVm_Location) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_AdminVm_Location_Events ¶
type Oper_RebootHistory_Reverse_AdminVm_Location_Events struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. EventIdx interface{} Event Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event }
Oper_RebootHistory_Reverse_AdminVm_Location_Events
func (*Oper_RebootHistory_Reverse_AdminVm_Location_Events) GetEntityData ¶
func (events *Oper_RebootHistory_Reverse_AdminVm_Location_Events) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event ¶
type Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Timestamp interface{} // The type is interface{} with range: 0..4294967295. ReasonCode interface{} // The type is string. Reason interface{} // The type is string. SrcLoc interface{} // The type is string. SrcName interface{} }
Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event
func (*Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event) GetEntityData ¶
func (event *Oper_RebootHistory_Reverse_AdminVm_Location_Events_Event) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_Card ¶
type Oper_RebootHistory_Reverse_Card struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_RebootHistory_Reverse_Card_Location. Location []*Oper_RebootHistory_Reverse_Card_Location }
Oper_RebootHistory_Reverse_Card
func (*Oper_RebootHistory_Reverse_Card) GetEntityData ¶
func (card *Oper_RebootHistory_Reverse_Card) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_Card_Location ¶
type Oper_RebootHistory_Reverse_Card_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string with pattern: // ((([bB][0-9])/(([a-zA-Z]){2}\d{1,2}))|(([fF][0-7])/(([a-zA-Z]){2}\d{1,2}))|((0?[0-9]|1[0-5])/((([a-zA-Z]){2,3})?\d{1,2})))(/[cC][pP][uU]0)?. Location interface{} // The type is slice of Oper_RebootHistory_Reverse_Card_Location_Events. Events []*Oper_RebootHistory_Reverse_Card_Location_Events }
Oper_RebootHistory_Reverse_Card_Location
func (*Oper_RebootHistory_Reverse_Card_Location) GetEntityData ¶
func (location *Oper_RebootHistory_Reverse_Card_Location) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_Card_Location_Events ¶
type Oper_RebootHistory_Reverse_Card_Location_Events struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is interface{} with range: 0..4294967295. EventIdx interface{} Event Oper_RebootHistory_Reverse_Card_Location_Events_Event }
Oper_RebootHistory_Reverse_Card_Location_Events
func (*Oper_RebootHistory_Reverse_Card_Location_Events) GetEntityData ¶
func (events *Oper_RebootHistory_Reverse_Card_Location_Events) GetEntityData() *types.CommonEntityData
type Oper_RebootHistory_Reverse_Card_Location_Events_Event ¶
type Oper_RebootHistory_Reverse_Card_Location_Events_Event struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is string. Timestamp interface{} // The type is interface{} with range: 0..4294967295. ReasonCode interface{} // The type is string. Reason interface{} // The type is string. SrcLoc interface{} // The type is string. SrcName interface{} }
Oper_RebootHistory_Reverse_Card_Location_Events_Event
func (*Oper_RebootHistory_Reverse_Card_Location_Events_Event) GetEntityData ¶
func (event *Oper_RebootHistory_Reverse_Card_Location_Events_Event) GetEntityData() *types.CommonEntityData
type Oper_Reload ¶
type Oper_Reload struct { EntityData types.CommonEntityData YFilter yfilter.YFilter Rack Oper_Reload_Rack }
Oper_Reload
func (*Oper_Reload) GetEntityData ¶
func (reload *Oper_Reload) GetEntityData() *types.CommonEntityData
type Oper_ReloadVm ¶
type Oper_ReloadVm struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_ReloadVm_Location. Location []*Oper_ReloadVm_Location }
Oper_ReloadVm
func (*Oper_ReloadVm) GetEntityData ¶
func (reloadVm *Oper_ReloadVm) GetEntityData() *types.CommonEntityData
type Oper_ReloadVm_Location ¶
type Oper_ReloadVm_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Location interface{} }
Oper_ReloadVm_Location
func (*Oper_ReloadVm_Location) GetEntityData ¶
func (location *Oper_ReloadVm_Location) GetEntityData() *types.CommonEntityData
type Oper_Reload_Rack ¶
type Oper_Reload_Rack struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The type is slice of Oper_Reload_Rack_Racks. Racks []*Oper_Reload_Rack_Racks }
Oper_Reload_Rack
func (*Oper_Reload_Rack) GetEntityData ¶
func (rack *Oper_Reload_Rack) GetEntityData() *types.CommonEntityData
type Oper_Reload_Rack_Racks ¶
type Oper_Reload_Rack_Racks struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Rack interface{} }
Oper_Reload_Rack_Racks
func (*Oper_Reload_Rack_Racks) GetEntityData ¶
func (racks *Oper_Reload_Rack_Racks) GetEntityData() *types.CommonEntityData
type Oper_ShelfMgr ¶
type Oper_ShelfMgr struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // show traceable processes. The type is slice of Oper_ShelfMgr_Trace. Trace []*Oper_ShelfMgr_Trace }
Oper_ShelfMgr
func (*Oper_ShelfMgr) GetEntityData ¶
func (shelfMgr *Oper_ShelfMgr) GetEntityData() *types.CommonEntityData
type Oper_ShelfMgr_Trace ¶
type Oper_ShelfMgr_Trace struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Buffer interface{} // The type is slice of Oper_ShelfMgr_Trace_Location. Location []*Oper_ShelfMgr_Trace_Location }
Oper_ShelfMgr_Trace show traceable processes
func (*Oper_ShelfMgr_Trace) GetEntityData ¶
func (trace *Oper_ShelfMgr_Trace) GetEntityData() *types.CommonEntityData
type Oper_ShelfMgr_Trace_Location ¶
type Oper_ShelfMgr_Trace_Location struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. LocationName interface{} // The type is slice of Oper_ShelfMgr_Trace_Location_AllOptions. AllOptions []*Oper_ShelfMgr_Trace_Location_AllOptions }
Oper_ShelfMgr_Trace_Location
func (*Oper_ShelfMgr_Trace_Location) GetEntityData ¶
func (location *Oper_ShelfMgr_Trace_Location) GetEntityData() *types.CommonEntityData
type Oper_ShelfMgr_Trace_Location_AllOptions ¶
type Oper_ShelfMgr_Trace_Location_AllOptions struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The type is string. Option interface{} // The type is slice of Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks. TraceBlocks []*Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks }
Oper_ShelfMgr_Trace_Location_AllOptions
func (*Oper_ShelfMgr_Trace_Location_AllOptions) GetEntityData ¶
func (allOptions *Oper_ShelfMgr_Trace_Location_AllOptions) GetEntityData() *types.CommonEntityData
type Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks ¶
type Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Trace output block. The type is string. Data interface{} }
Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks
func (*Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks) GetEntityData ¶
func (traceBlocks *Oper_ShelfMgr_Trace_Location_AllOptions_TraceBlocks) GetEntityData() *types.CommonEntityData