TuoniAlias¶
- class tuoni.TuoniAlias(conf, c2)[source]¶
A class that provides data and functionality for a command alias.
- alias_id¶
The unique identifier (GUID) for the alias.
- Type:
GUID
- name¶
The name of the alias.
- Type:
str
- qualifiedName¶
The qualified name of the alias.
- Type:
str
- fullyQualifiedName¶
The fully qualified name of the alias.
- Type:
str
- description¶
A description of the alias.
- Type:
str
- fixedConfiguration¶
The fixed configuration settings for the base command.
- Type:
dict
- pluginVersion¶
The version of the associated plugin.
- Type:
str
- baseTemplate¶
The base template used for the alias.
- Type:
dict