pulumi-alicloud-kotlin
3.43.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.eci.kotlin.outputs
/
ContainerGroupEciSecurityContextSysctl
Container
Group
Eci
Security
Context
Sysctl
data
class
ContainerGroupEciSecurityContextSysctl
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Container
Group
Eci
Security
Context
Sysctl
Link copied to clipboard
fun
ContainerGroupEciSecurityContextSysctl
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the volume.
value
Link copied to clipboard
val
value
:
String
?
=
null
The variable value of the security context that the container group runs.