Deviation

Keys

class ModulesState.Module.Deviation

Bases: Entity

Class Hierarchy: ModulesState Module Deviation

This class represents state data.

List of YANG deviation module names and revisions

used by this server to modify the conformance of

the module associated with this entry. Note that

the same module can be used for deviations for

multiple modules, so the same entry MAY appear

within multiple ‘module’ entries.

The deviation module MUST be present in the ‘module’

list, with the same name and revision values.

The ‘conformance-type’ value will be ‘implement’ for

the deviation 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