Macros§
- Action
Unknown - Pattern that matches an unknown
Action
member. - Diff
Type Unknown - Pattern that matches an unknown
DiffType
member. - Lazy
Action Unknown - Pattern that matches an unknown
LazyAction
member. - Test
Result Unknown - Pattern that matches an unknown
TestResult
member. - Value
Type Unknown - Pattern that matches an unknown
ValueType
member. - Value
Unknown - Pattern that matches an unknown
Value
member.
Structs§
- AddNumber
- Array
Add - Array
Set - Array
Subtract - Create
Array Property - Create
Bool Property - Tells the puppet to create a property with the given bool value.
- Create
Bytes Property - Tells the puppet to create a property with the given byte array value.
- Create
Exponential Histogram - Create
Lazy Node - Create
Linear Histogram - Create
Node - Tells the puppet to create a Node with the given name, parentage, and ID (the id is specified so other nodes can later be created under it).
- Create
Numeric Property - Tells the puppet to create a property with the given numeric value.
- Create
String Property - Tells the puppet to create a property with the given string value.
- Delete
Lazy Node - Delete
Node - Tells the puppet to delete the given node.
- Delete
Property - Tells the puppet to delete an existing property.
- Initialization
Params - InitializationParams tells how to initialize the Inspect library.
- Insert
- Insert
Multiple - Inspect
Puppet ActLazy Request - Inspect
Puppet ActLazy Response - Inspect
Puppet ActRequest - Inspect
Puppet ActResponse - Inspect
Puppet Initialize Request - Inspect
Puppet Initialize Tree Request - Inspect
Puppet Publish Response - SetBool
- SetBytes
- SetNumber
- SetString
- Subtract
Number
Enums§
- Action
- Tells the puppet to do something to modify the VMO.
- Diff
Type - Indicate the preferred DiffType on failed tests.
- Lazy
Action - Tells the puppet to do something to modify a lazy node.
- Link
Disposition - Test
Result - TestResult tells the result of executing an Initialize or Act command.
- Value
- Value
Type
Constants§
- ROOT_ID
- The data in the VMO is tree-structured, and ROOT_ID identifies the (virtual) root node.