You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Not a complete list


Project - represents Project

       CreateProject(withName(name)) - Creates the project with the name "Name"

GlobalConfig - represents Environment config

       GetCurrent - get the current environment name

       Get (key) - get parameter

       ReadConfig(config name) - read the file from the context/config folder

TestContext - represents test context - a global object for test

    - Includes Project 

    - Includes Controller

    - Includes EdgeNode[]   


Controller -represents Controller (either ADAM or ZController) 

   - ListNodes - returns a collection of nodeStatus objects

   - GetEdgeNode (name) - returns EdgeNode object 

   - NewEdgeNode - creates an EdgeNode object

  - Sync  - sync with the Actual Controller


EdgeNode -represents Eve instance

   - GetStatus - returns Status object

   - Stop - stops the node

   - Starts - starts the node

   - Onboard - issues the onboard command for the node 

   - Reboot  - issues the reboot command for the node

   - UpdateImage - tries to update image for the Node

   - SetNetwork - creates a Network 

    -DeployApplication 

    -GetApplicationInstance


Application - describes Application

AppInstance -represents Application instance linked to EdgeNode

 - has a reference for EdgeNode 

 -Stop 

  - Start 

 -  Redeploy

   - SetNetwork - creates a Network for AppInstance  

   

  

  • No labels