Simulation Application Args
data class SimulationApplicationArgs(val currentRevisionId: Output<String>? = null, val environment: Output<String>? = null, val name: Output<String>? = null, val renderingEngine: Output<SimulationApplicationRenderingEngineArgs>? = null, val robotSoftwareSuite: Output<SimulationApplicationRobotSoftwareSuiteArgs>? = null, val simulationSoftwareSuite: Output<SimulationApplicationSimulationSoftwareSuiteArgs>? = null, val sources: Output<List<SimulationApplicationSourceConfigArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SimulationApplicationArgs>
This schema is for testing purpose only.
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(currentRevisionId: Output<String>? = null, environment: Output<String>? = null, name: Output<String>? = null, renderingEngine: Output<SimulationApplicationRenderingEngineArgs>? = null, robotSoftwareSuite: Output<SimulationApplicationRobotSoftwareSuiteArgs>? = null, simulationSoftwareSuite: Output<SimulationApplicationSimulationSoftwareSuiteArgs>? = null, sources: Output<List<SimulationApplicationSourceConfigArgs>>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The current revision id.
Link copied to clipboard
The URI of the Docker image for the robot application.
Link copied to clipboard
The rendering engine for the simulation application.
Link copied to clipboard
The robot software suite used by the simulation application.
Link copied to clipboard
The simulation software suite used by the simulation application.
Link copied to clipboard
The sources of the simulation application.