Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR shellutil-filesystem package operational data.
This module contains definitions for the following management objects:
file-system: List of filesystems
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 FileSystem ¶
type FileSystem struct {
EntityData types.CommonEntityData
YFilter yfilter.YFilter
// Node ID. The type is slice of FileSystem_Node.
Node []*FileSystem_Node
}
FileSystem List of filesystems
func (*FileSystem) GetEntityData ¶
func (fileSystem *FileSystem) GetEntityData() *types.CommonEntityData
type FileSystem_Node ¶
type FileSystem_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{}
// Available file systems. The type is slice of FileSystem_Node_FileSystem.
FileSystem []*FileSystem_Node_FileSystem
}
FileSystem_Node Node ID
func (*FileSystem_Node) GetEntityData ¶
func (node *FileSystem_Node) GetEntityData() *types.CommonEntityData
type FileSystem_Node_FileSystem ¶
type FileSystem_Node_FileSystem struct {
EntityData types.CommonEntityData
YFilter yfilter.YFilter
YListKey string
// Size of the file system in bytes. The type is string. Units are byte.
Size interface{}
// Free space in the file system in bytes. The type is string. Units are byte.
Free interface{}
// Type of file system. The type is string.
Type interface{}
// Flags of file system. The type is string.
Flags interface{}
// Prefixes of file system. The type is string.
Prefixes interface{}
}
FileSystem_Node_FileSystem Available file systems
func (*FileSystem_Node_FileSystem) GetEntityData ¶
func (fileSystem *FileSystem_Node_FileSystem) GetEntityData() *types.CommonEntityData
Click to show internal directories.
Click to hide internal directories.