toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.inputs
/
StorageArgs
Storage
Args
data
class
StorageArgs
(
val
storageSizeGB
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
StorageArgs
>
Storage properties of a server
Members
Constructors
Storage
Args
Link copied to clipboard
constructor
(
storageSizeGB
:
Output
<
Int
>
?
=
null
)
Properties
storage
Size
GB
Link copied to clipboard
val
storageSizeGB
:
Output
<
Int
>
?
=
null
Max storage allowed for a server.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StorageArgs