pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin
/
AttachedDiskArgs
/
AttachedDiskArgs
Attached
Disk
Args
fun
AttachedDiskArgs
(
deviceName
:
Output
<
String
>
?
=
null
,
disk
:
Output
<
String
>
?
=
null
,
instance
:
Output
<
String
>
?
=
null
,
mode
:
Output
<
String
>
?
=
null
,
project
:
Output
<
String
>
?
=
null
,
zone
:
Output
<
String
>
?
=
null
)