Skip to content

Commit 427d911

Browse files
authored
Merge pull request #142 from ptmcnally/iops-client-entity-update
Iops client entity update
2 parents c0d6b27 + 5da9b9e commit 427d911

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

src/eCloud/Entities/Iops.php

+6-15
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,13 @@
22

33
namespace UKFast\SDK\eCloud\Entities;
44

5-
use UKFast\SDK\Entities\Entity;
5+
use UKFast\SDK\Entity;
66

7+
/**
8+
* @property int $id
9+
* @property string $name
10+
* @property int $limit
11+
*/
712
class Iops extends Entity
813
{
9-
/**
10-
* @var string IOPS tier UUID
11-
*/
12-
public $id;
13-
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;
2314
}

0 commit comments

Comments
 (0)