Submodule

Keys

Leafs

class ModulesState.Module.Submodule

Bases: Entity

Class Hierarchy: ModulesState Module Submodule

This class represents state data.

Each entry represents one submodule within the

parent module.

name(key)

The YANG module or submodule name

type: str

pattern: [a-zA-Z_][a-zA-Z0-9\-_.]*

config: False

revision(key)

The YANG module or submodule revision date. A zero-length string is used if no revision statement is present in the YANG module or submodule

type: union of the below types:

type: str

pattern: \d{4}-\d{2}-\d{2}

type: str

length: 0..0

config: False

schema

Contains a URL that represents the YANG schema resource for this module or submodule. This leaf will only be present if there is a URL available for retrieval of the schema for this entry

type: str

config: False