Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR linux-os-reboot-history package operational data.
This module contains definitions for the following management objects:
reboot-history: Reboot History information
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 RebootHistory ¶
type RebootHistory struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // Node ID. The type is slice of RebootHistory_Node. Node []*RebootHistory_Node }
RebootHistory Reboot History information
func (*RebootHistory) GetEntityData ¶
func (rebootHistory *RebootHistory) GetEntityData() *types.CommonEntityData
type RebootHistory_Node ¶
type RebootHistory_Node struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. Node name. The type is string with pattern: // ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+). NodeName interface{} // Last Reboots. The type is slice of RebootHistory_Node_RebootHistory. RebootHistory []*RebootHistory_Node_RebootHistory }
RebootHistory_Node Node ID
func (*RebootHistory_Node) GetEntityData ¶
func (node *RebootHistory_Node) GetEntityData() *types.CommonEntityData
type RebootHistory_Node_RebootHistory ¶
type RebootHistory_Node_RebootHistory struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // Number count. The type is interface{} with range: 0..4294967295. No interface{} // Time of reboot. The type is string. Time interface{} // Cause code for reboot. The type is interface{} with range: 0..4294967295. CauseCode interface{} // Reason for reboot. The type is string. Reason interface{} }
RebootHistory_Node_RebootHistory Last Reboots
func (*RebootHistory_Node_RebootHistory) GetEntityData ¶
func (rebootHistory *RebootHistory_Node_RebootHistory) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.