ServiceTaskSpecResourcesLimitsArgs

data class ServiceTaskSpecResourcesLimitsArgs(val memoryBytes: Output<Int>? = null, val nanoCpus: Output<Int>? = null) : ConvertibleToJava<ServiceTaskSpecResourcesLimitsArgs>

Constructors

Link copied to clipboard
fun ServiceTaskSpecResourcesLimitsArgs(memoryBytes: Output<Int>? = null, nanoCpus: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val memoryBytes: Output<Int>? = null
Link copied to clipboard
val nanoCpus: Output<Int>? = null