ServiceTaskSpecContainerSpecMountTmpfsOptionsArgs

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

Constructors

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

Functions

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

Properties

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

Scheduling mode for the service

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