Skip to content

Commit 3a7a3c2

Browse files
Add storageSizeMib to DatabaseCluster entity (#330)
* Add `storageSizeMib` to `DatabaseCluster` entity * Guard against empty list of clusters * Update DatabaseCluster.php --------- Co-authored-by: Graham Campbell <[email protected]>
1 parent cff8ca7 commit 3a7a3c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entity/DatabaseCluster.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ final class DatabaseCluster extends AbstractEntity
6060

6161
public string $privateNetworkUuid;
6262

63+
public ?int $storageSizeMib;
64+
6365
public function build(array $parameters): void
6466
{
6567
parent::build($parameters);

0 commit comments

Comments
 (0)