Storage Profile Args
data class StorageProfileArgs(val backupRetentionDays: Output<Int>? = null, val geoRedundantBackup: Output<Either<String, GeoRedundantBackup>>? = null, val storageAutogrow: Output<Either<String, StorageAutogrow>>? = null, val storageMB: Output<Int>? = null) : ConvertibleToJava<StorageProfileArgs>
Storage Profile properties of a server
Constructors
Link copied to clipboard
constructor(backupRetentionDays: Output<Int>? = null, geoRedundantBackup: Output<Either<String, GeoRedundantBackup>>? = null, storageAutogrow: Output<Either<String, StorageAutogrow>>? = null, storageMB: Output<Int>? = null)