RTC Toolkit  2.0.0
Public Member Functions | Static Public Attributes | List of all members
comms.deployment.RtcDeploymentDataNomadImpl Class Reference

Implementation of :class:RtcDeploymentData using Nomad. More...

Inheritance diagram for comms.deployment.RtcDeploymentDataNomadImpl:
comms.deployment.RtcDeploymentData

Public Member Functions

def __init__ (self, parent=None)
 
- Public Member Functions inherited from comms.deployment.RtcDeploymentData
def retrieve_components (self, Optional[Any] tag=None)
 Starts the process of getting the component deployment information. More...
 

Static Public Attributes

 components_changed = Signal(list)
 
 components = Property(list, _components, notify=components_changed)
 
- Static Public Attributes inherited from comms.deployment.RtcDeploymentData
 components_changed = Signal(list)
 
 components = Property(list, _components, notify=components_changed)
 
 failure_detected = Signal([str], [str, object])
 Signal that indicates a failure was detected while obtaining deployment data. More...
 
 non_compatible_detected = Signal([str], [str, object])
 Signal that indicates a non-compatible service is used. More...
 

Detailed Description

Implementation of :class:RtcDeploymentData using Nomad.

TODO Not implemented yet

Constructor & Destructor Documentation

◆ __init__()

def comms.deployment.RtcDeploymentDataNomadImpl.__init__ (   self,
  parent = None 
)

Member Data Documentation

◆ components

comms.deployment.RtcDeploymentDataNomadImpl.components = Property(list, _components, notify=components_changed)
static

◆ components_changed

comms.deployment.RtcDeploymentDataNomadImpl.components_changed = Signal(list)
static

The documentation for this class was generated from the following file: