toggle menu
pulumi-docker-kotlin
4.7.0.0
jvm
switch theme
search in API
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.outputs
/
ContainerMountTmpfsOptions
Container
Mount
Tmpfs
Options
data
class
ContainerMountTmpfsOptions
(
val
mode
:
Int
?
=
null
,
val
sizeBytes
:
Int
?
=
null
)
Members
Constructors
Container
Mount
Tmpfs
Options
Link copied to clipboard
constructor
(
mode
:
Int
?
=
null
,
sizeBytes
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
mode
Link copied to clipboard
val
mode
:
Int
?
=
null
The permission mode for the tmpfs mount in an integer.
size
Bytes
Link copied to clipboard
val
sizeBytes
:
Int
?
=
null
The size for the tmpfs mount in bytes.