We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa5c81 commit 5da9b9eCopy full SHA for 5da9b9e
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