pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.inputs
/
TemporaryDiskArgs
Temporary
Disk
Args
data
class
TemporaryDiskArgs
(
val
mountPath
:
Output
<
String
>
?
=
null
,
val
sizeInGB
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
TemporaryDiskArgs
>
Temporary disk payload
Constructors
Functions
Properties
Constructors
Temporary
Disk
Args
Link copied to clipboard
fun
TemporaryDiskArgs
(
mountPath
:
Output
<
String
>
?
=
null
,
sizeInGB
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TemporaryDiskArgs
Properties
mount
Path
Link copied to clipboard
val
mountPath
:
Output
<
String
>
?
=
null
Mount path of the temporary disk
size
In
GB
Link copied to clipboard
val
sizeInGB
:
Output
<
Int
>
?
=
null
Size of the temporary disk in GB