ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs

data class ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs(val mode: Output<Int>? = null, val sizeBytes: Output<Int>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs>

Constructors

constructor(mode: Output<Int>? = null, sizeBytes: Output<Int>? = null)

Properties

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

Scheduling mode for the service

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

Functions

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