SimulationApplicationArgs

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
val currentRevisionId: Output<String>? = null

The current revision id.

Link copied to clipboard
val environment: Output<String>? = null

The URI of the Docker image for the robot application.

Link copied to clipboard
val name: Output<String>? = null

The name of the simulation 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.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A map that contains tag keys and tag values that are attached to the simulation application.

Functions

Link copied to clipboard
open override fun toJava(): SimulationApplicationArgs