toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.eci.kotlin.outputs
/
ContainerGroupInitContainerVolumeMount
Container
Group
Init
Container
Volume
Mount
data
class
ContainerGroupInitContainerVolumeMount
(
val
mountPath
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
readOnly
:
Boolean
?
=
null
)
Members
Constructors
Container
Group
Init
Container
Volume
Mount
Link copied to clipboard
constructor
(
mountPath
:
String
?
=
null
,
name
:
String
?
=
null
,
readOnly
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
mount
Path
Link copied to clipboard
val
mountPath
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
?
=
null