| CDeadline.Balancer.BalancerInfoSettings | A wrapper around the balancer's info and settings objects |
| CDeadline.Balancer.BalancerPluginWrapper | The BalancerPluginWrapper class uses a builder pattern to construct objects. In order for BalancerPluginWrapper objects to function properly, you must set the PluginConfig, DataController, and BalancerPluginName, then initialize the secret retriever |
| CDeadline.Balancer.BalancerSettings | Contains settings for the balancer |
| CDeadline.Balancer.BalancerStateStruct | A BalancerStateStruct holds a deep copy of all state information for consumption by a BalancerLogicPlugin. The BalancerStateStruct is strictly a value set, with no backward ties. The BalancerLogicPlugin is free to manipulate the struct for its own purposes if desired |
| CDeadline.Balancer.BalancerTargetStruct | The BalancerTargetStruct indicates the ideal number of VM instances that should be running in each enabled Group of each CloudRegion. The BalancerTargetStruct is populated by a Balancer Logic Plug-in |
| CDeadline.Balancer.CloudRegionStruct | Cloud region struct |
| CDeadline.Balancer.CloudRegionTargetStruct | Cloud region target struct |
| CDeadline.Balancer.GroupRegionInfoStruct | Group region info struct |
| CDeadline.Balancer.GroupStruct | Group struct |
| CDeadline.Balancer.GroupTargetStruct | Group Target Struct |
| CDeadline.Balancer.JobStruct | Job struct |
| CDeadline.Balancer.LimitStruct | Limit struct |
| CDeadline.Balancer.SlaveStruct | Worker struct |
| CDeadline.Balancer.TaskStruct | Task struct |
| CDeadline.Cloud.CloudInstance | A simple class used to describe a Cloud Instance |
| CDeadline.Cloud.CloudPluginWrapper | The managed wrapper for the python Cloud Plugins. The CloudPluginWrapper class uses a builder pattern to construct objects. In order for CloudPluginWrapper objects to function properly, they must set the PluginConfig, DataController, and CloudPluginName, then initialze the plugin secret retriever |
| CDeadline.Cloud.GroupMapping | Used to represent the mapping between a Deadline Group and a Cloud OSImage and HardwareType |
| CDeadline.Cloud.HardwareType | A class used by Cloud code to describe hardware |
| CDeadline.Cloud.ImageSource | Object that holds information about the sources of images. Used for creating images |
| CDeadline.Cloud.OSImage | A class used to describe an OS Image, in a provider-agnostic way |
| CDeadline.Events.DeadlineEventListener | The abstract event plugin class, which is subclassed in the event plugin python script file |
| ▼CDeadline.Jobs.BaseDependency | BaseDependency class |
| ▼CDeadline.Jobs.OffsetDependency | OffsetDependency class |
| CDeadline.Jobs.AssetDependency | The AssetDependency Class |
| CDeadline.Jobs.JobDependency | Job Dependency class |
| CDeadline.Jobs.ScriptDependency | ScriptDependency class |
| CDeadline.Jobs.Job | A job |
| CDeadline.Jobs.Task | A task |
| CDeadline.Jobs.TaskCollection | A collection of tasks |
| CDeadline.Jobs.TaskProperties | Task properties class |
| CDeadline.LimitGroups.LimitGroup | A limit group |
| ▼CDeadline.MachineInfo | Contains information about the machine that a Worker or pulse is running on |
| CDeadline.Balancer.BalancerInfo | Information about the current state of Balancer |
| CDeadline.Pulses.PulseInfo | Information about the current state of pulse |
| CDeadline.Slaves.SlaveInfo | Information about the current state of a Worker. In contrast to SlaveSettings, this is usually information set by the worker itself. It changes often, to reflect the worker's current state |
| CDeadline.Plugins.FailRenderException | An exception thrown to indicate that the Render has failed |
| CDeadline.Plugins.PluginConfig | Contains the configuration settings for a render or event plugin |
| CDeadline.PowerMgmt.IdleShutdownOptions | The idle shutdown options |
| CDeadline.PowerMgmt.IdleShutdownOverride | These are used to override the default idle shutdown settings |
| CDeadline.PowerMgmt.MachineRestartOptions | The machine restart options |
| CDeadline.PowerMgmt.MachineStartupOptions | The options for wake on LAN |
| CDeadline.PowerMgmt.PowerManagementGroup | A class for storing a power management group |
| CDeadline.PowerMgmt.PowerManagementOptions | A class for storing power management options |
| CDeadline.PowerMgmt.ThermalShutdownOptions | The thermal shutdown options |
| CDeadline.PowerMgmt.ThermalShutdownSensor | A class which represents a thermal sensor |
| CDeadline.PowerMgmt.ThermalShutdownThreshold | A thermal shutdown threshold |
| CDeadline.Pulses.PulseInfoSettings | A wrapper around pulse's info and settings objects |
| CDeadline.Pulses.PulseSettings | Pulse settings |
| CDeadline.Reports.JobReportCollection | A collection of job reports |
| CDeadline.Reports.Report | A report |
| CDeadline.Reports.SlaveReportCollection | A collection of Worker reports |
| CDeadline.Scripting.BalancerUtils | Balancer utility functions |
| CDeadline.Scripting.ClientUtils | Utility functions for the Deadline client |
| CDeadline.Scripting.CloudUtils | Utility functions for controlling Cloud Instances |
| CDeadline.Scripting.DirectoryUtils | Directory utility functions |
| CDeadline.Scripting.FileUtils | File utility functions |
| CDeadline.Scripting.FrameUtils | Frame utility functions |
| CDeadline.Scripting.JobUtils | Job utility functions |
| CDeadline.Scripting.MonitorUtils | Utility functions for scripts run from the Monitor |
| CDeadline.Scripting.PathUtils | Path utility functions |
| CDeadline.Scripting.ProcessUtils | Process utility functions |
| CDeadline.Scripting.PulseUtils | Pulse utility functions |
| CDeadline.Scripting.RegionHealthStatus | Class containing the health status for AWS resources in a region |
| CDeadline.Scripting.RepositoryUtils | Repository utility functions |
| CDeadline.Scripting.SlaveUtils | Worker utility functions |
| CDeadline.Scripting.StringUtils | String utility functions |
| CDeadline.Scripting.SystemUtils | System utility functions |
| CDeadline.Scripting.WebServiceUtils | Web Service Utils function |
| CDeadline.Slaves.SlaveInfoSettings | Holds the SlaveInfo and SlaveSettings for a particular Worker |
| CDeadline.Slaves.SlaveSettings | Contains settings for the Worker. In contrast to SlaveInfo, this class contains information usually set by the user or external source meant for the worker. It's not meant to change often |
| CDeadline.Statistics.JobEntry | Holds job statistics |
| CDeadline.Users.UserInfo | A user |
| CDeadlineScriptDialog.DeadlineScriptDialog | |
| CDeadlineScriptDialog.ScriptRepositorySelectionDialog | |
| CFranticX.Environment2 | Environment utility functions and properties |
| CFranticX.IO.PathMappingRule | A class used to store information required to map an arbitrary file paths to a equivalent paths on a different platform/OS |
| ▼CFranticX.Processes.ManagedProcess | A base class for managing a process |
| CDeadline.Plugins.DeadlinePlugin | The abstract render plugin class, which is subclassed in the plugin python script file |
| CFranticX.Processes.ManagedProcess.RegexHandlerCallback | A regular expression callback class to handle lines of stdout |
| CFranticX.Units.Temperature | A class for storing a temperature |
| CScriptControl.ScriptControl | |
| CScriptDialog.ScriptDialog | |