BatchEnvironmentConfigArgs

data class BatchEnvironmentConfigArgs(val executionConfig: Output<BatchEnvironmentConfigExecutionConfigArgs>? = null, val peripheralsConfig: Output<BatchEnvironmentConfigPeripheralsConfigArgs>? = null) : ConvertibleToJava<BatchEnvironmentConfigArgs>

Constructors

Link copied to clipboard
constructor(executionConfig: Output<BatchEnvironmentConfigExecutionConfigArgs>? = null, peripheralsConfig: Output<BatchEnvironmentConfigPeripheralsConfigArgs>? = null)

Properties

Link copied to clipboard

Execution configuration for a workload. Structure is documented below.

Link copied to clipboard

Peripherals configuration that workload has access to. Structure is documented below.

Functions

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