We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1860d7f + 427d911 commit a193a69Copy full SHA for a193a69
src/eCloud/Entities/Iops.php
@@ -2,22 +2,13 @@
2
3
namespace UKFast\SDK\eCloud\Entities;
4
5
-use UKFast\SDK\Entities\Entity;
+use UKFast\SDK\Entity;
6
7
+/**
8
+ * @property int $id
9
+ * @property string $name
10
+ * @property int $limit
11
+ */
12
class Iops extends Entity
13
{
- /**
- * @var string IOPS tier UUID
- */
- public $id;
-
14
15
- * @var string IOPS tier name
16
17
- public $name;
18
19
20
- * @var int IOPS limit to apply to a datastore
21
22
- public $limit;
23
}
0 commit comments