├
|
|
vns:AMName The meta configuration information. |
|
├
|
|
vns:AMItem An abstract configuration item: MFolder, MParam, or MRel. AMItem can contain the generic configuration of the device. It can be used for settings that are function-independent, such as NTP or DHCP servers. |
|
|
├
|
|
vns:MFolder The meta folder information. The model utilizes a generic configuration consisting of MFolders and MParams. This allows the configuration to be specified as a hierarchy. |
|
|
├
|
|
vns:MParam A meta parameter. The model utilizes a generic configuration consisting of MFolders and MParams. This enables configuration to be specified as a hierarchy. The metadata within this model consists of a key, a type (integer, boolean), and other attributes related to parameters. |
|
├
|
|
vns:CfgRoot The root node for the device parameter configuration tree. |
|
├
|
|
vns:DevMod A device extension module. When device script handlers need extensions to their existing functionality, use this module to supplement the handlers with additional functionality. |
|
├
|
|
vns:DevScript A device script handler contains meta information about the script handler's related attributes, including its name, package name, and version. |
|
├
|
|
vns:MCap The features or capabilities that can be licensed on a device. The capabilities are typically restricted by license. The device is queried for actual values through the script interface. |
|
├
|
|
vns:MConn A connector between logical functions. The attributes includes the cardinality, direction, and encapsulation type for the given connection. |
|
├
|
|
vns:MCred The credentials necessary to authenticate a user into the device. For example, key is used for key-based authentication schemes. This model details the meta information for such key-based authentication of credentials. |
|
├
|
|
vns:MCredSecret An object that holds the password for logging into a service device. |
|
├
|
|
vns:MDevCfg The base level device configuration. This serves as an anchor to differentiate between different device configurations and the shared configuration (MSharedCfg). |
|
├
|
|
vns:MFunc The metadata for a single function on a device. A function contains a set of connectors and a function-specific configuration tree. This managed object contains the metadata for all such operations. |
|
├
|
|
vns:MGrpCfg The meta group configuration. It contains the part of the configuration that can be shared across multiple functions in a group. |
|
├
|
|
vns:MIfLbl An interface label. Interfaces can be labelled in an abstract way on devices. For example, a firewall device could implement trusted, untrusted, and management interfaces. The concrete models would specify how many of each label a given device supports. |
|