Skip to content

Commit 1a701f0

Browse files
authored
Merge pull request #458 from ukfast/rbibby-patch-1
Add distribute_vips to clusters
2 parents 960ee56 + 1c174ab commit 1a701f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Loadbalancers/ClusterClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function getEntityMap()
1818
'id' => 'id',
1919
'name' => 'name',
2020
'deployed_at' => 'deployedAt',
21+
'distribute_vips' => 'distributeVips',
2122
'created_at' => 'createdAt',
2223
'updated_at' => 'updatedAt',
2324
];

src/Loadbalancers/Entities/Cluster.php

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @property string $id
99
* @property string $name
1010
* @property bool $deployed
11+
* @property bool $distributeVips
1112
* @property \DateTime $deployedAt
1213
* @property \DateTime $createdAt
1314
* @property \DateTime $updatedAt

0 commit comments

Comments
 (0)