pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.genomics.v1alpha2.kotlin.inputs
/
DiskArgs
/
DiskArgs
Disk
Args
fun
DiskArgs
(
autoDelete
:
Output
<
Boolean
>
?
=
null
,
mountPoint
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
,
readOnly
:
Output
<
Boolean
>
?
=
null
,
sizeGb
:
Output
<
Int
>
?
=
null
,
source
:
Output
<
String
>
?
=
null
,
type
:
Output
<
DiskType
>
)