We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 960ee56 + 1c174ab commit 1a701f0Copy full SHA for 1a701f0
src/Loadbalancers/ClusterClient.php
@@ -18,6 +18,7 @@ public function getEntityMap()
18
'id' => 'id',
19
'name' => 'name',
20
'deployed_at' => 'deployedAt',
21
+ 'distribute_vips' => 'distributeVips',
22
'created_at' => 'createdAt',
23
'updated_at' => 'updatedAt',
24
];
src/Loadbalancers/Entities/Cluster.php
@@ -8,6 +8,7 @@
8
* @property string $id
9
* @property string $name
10
* @property bool $deployed
11
+ * @property bool $distributeVips
12
* @property \DateTime $deployedAt
13
* @property \DateTime $createdAt
14
* @property \DateTime $updatedAt
0 commit comments