Deadline Scripting Reference
10.1.23.6
|
Classes | |
class | BalancerInfo |
Information about the current state of Balancer. More... | |
class | BalancerInfoSettings |
A wrapper around the balancer's info and settings objects. More... | |
class | 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. More... | |
class | BalancerSettings |
Contains settings for the balancer. More... | |
struct | 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. More... | |
class | 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. More... | |
struct | CloudRegionStruct |
Cloud region struct. More... | |
class | CloudRegionTargetStruct |
Cloud region target struct More... | |
struct | GroupRegionInfoStruct |
Group region info struct. More... | |
struct | GroupStruct |
Group struct. More... | |
class | GroupTargetStruct |
Group Target Struct More... | |
struct | JobStruct |
Job struct. More... | |
struct | LimitStruct |
Limit struct. More... | |
struct | SlaveStruct |
Worker struct. More... | |
struct | TaskStruct |
Task struct. More... | |
Enumerations | |
enum class | BalancerStatus { Unknown = 0 , Running = 1 , Offline = 2 , Stalled = 4 , Error = 5 } |
The different states Balancer can be in. More... | |