Deadline Scripting Reference
10.1.23.6
|
Classes | |
class | CloudInstance |
A simple class used to describe a Cloud Instance More... | |
class | 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. More... | |
class | GroupMapping |
Used to represent the mapping between a Deadline Group and a Cloud OSImage and HardwareType More... | |
class | HardwareType |
A class used by Cloud code to describe hardware More... | |
class | ImageSource |
Object that holds information about the sources of images. Used for creating images. More... | |
class | OSImage |
A class used to describe an OS Image, in a provider-agnostic way More... | |
Enumerations | |
enum class | InstanceStatus { Unknown = 0 , Pending = 1 , Running = 2 , Rebooting = 3 , Stopping = 4 , Stopped = 5 , Terminated = 6 } |
An enum used to describe the Status of Cloud Instances More... | |
|
strong |
An enum used to describe the Status of Cloud Instances
Enumerator | |
---|---|
Unknown | Unknown status |
Pending | Pending status |
Running | Running status |
Rebooting | Rebboting status |
Stopping | Stopping status |
Stopped | Stopped status |
Terminated | Terminated status |