pulumi-docker-kotlin
4.4.4.0
pulumi-docker-kotlin
/
com.pulumi.docker.kotlin.inputs
/
VolumeLabelArgs
Volume
Label
Args
data
class
VolumeLabelArgs
(
val
label
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
VolumeLabelArgs
>
Constructors
Functions
Properties
Constructors
Volume
Label
Args
Link copied to clipboard
fun
VolumeLabelArgs
(
label
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VolumeLabelArgs
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
Name of the label
value
Link copied to clipboard
val
value
:
Output
<
String
>
Value of the label