DatasetResourceConfigurationArgs

data class DatasetResourceConfigurationArgs(val computeType: Output<DatasetResourceConfigurationComputeType>, val volumeSizeInGb: Output<Int>) : ConvertibleToJava<DatasetResourceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(computeType: Output<DatasetResourceConfigurationComputeType>, volumeSizeInGb: Output<Int>)

Properties

Link copied to clipboard

The type of the compute resource used to execute the containerAction . Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).

Link copied to clipboard
val volumeSizeInGb: Output<Int>

The size, in GB, of the persistent storage available to the resource instance used to execute the containerAction (min: 1, max: 50).

Functions

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