Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for monitoring the checkpoint archives in a Network Element. Copyright (c) 2016-2017 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 CheckpointArchives ¶
type CheckpointArchives struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // The maxium number of archives. The type is interface{} with range: 0..255. Max interface{} // The current number of archives. The type is interface{} with range: 0..255. Current interface{} // The most recent archive. The type is string. Recent interface{} // Archive information. Archives CheckpointArchives_Archives }
CheckpointArchives Contents of the checkpoint archive information base
func (*CheckpointArchives) GetEntityData ¶
func (checkpointArchives *CheckpointArchives) GetEntityData() *types.CommonEntityData
type CheckpointArchives_Archives ¶
type CheckpointArchives_Archives struct { EntityData types.CommonEntityData YFilter yfilter.YFilter // List of archives. The type is slice of CheckpointArchives_Archives_Archive. Archive []*CheckpointArchives_Archives_Archive }
CheckpointArchives_Archives Archive information
func (*CheckpointArchives_Archives) GetEntityData ¶
func (archives *CheckpointArchives_Archives) GetEntityData() *types.CommonEntityData
type CheckpointArchives_Archives_Archive ¶
type CheckpointArchives_Archives_Archive struct { EntityData types.CommonEntityData YFilter yfilter.YFilter YListKey string // This attribute is a key. The archive number. The type is interface{} with // range: 0..65535. Number interface{} // The name of the archive. The type is string. Name interface{} }
CheckpointArchives_Archives_Archive List of archives
func (*CheckpointArchives_Archives_Archive) GetEntityData ¶
func (archive *CheckpointArchives_Archives_Archive) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.