toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appplatform.kotlin.inputs
/
PersistentDiskArgs
Persistent
Disk
Args
data
class
PersistentDiskArgs
(
val
mountPath
:
Output
<
String
>
?
=
null
,
val
sizeInGB
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
PersistentDiskArgs
>
Persistent disk payload
Members
Constructors
Persistent
Disk
Args
Link copied to clipboard
constructor
(
mountPath
:
Output
<
String
>
?
=
null
,
sizeInGB
:
Output
<
Int
>
?
=
null
)
Properties
mount
Path
Link copied to clipboard
val
mountPath
:
Output
<
String
>
?
=
null
Mount path of the persistent disk
size
In
GB
Link copied to clipboard
val
sizeInGB
:
Output
<
Int
>
?
=
null
Size of the persistent disk in GB
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PersistentDiskArgs