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

The permission mode for the tmpfs mount in an integer

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

The size for the tmpfs mount in bytes

Functions

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