Skip to content

Commit 3305ea9

Browse files
committed
Clarify @deprecated
1 parent e4b8e03 commit 3305ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Compute/v2/Models/QuotaSet.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ class QuotaSet extends OperatorResource implements Retrievable, Updateable, Dele
2525
* The number of allowed fixed IP addresses for each tenant.
2626
* Must be equal to or greater than the number of allowed instances.
2727
*
28-
* @deprecated Since 2.35
28+
* @deprecated Since Nova v2.35. This attribute will eventually move to Neutron, it is advised you do not use this.
2929
* @var int|object
3030
*/
3131
public $fixedIps;
3232

3333
/**
3434
* The number of allowed floating IP addresses for each tenant.
3535
*
36-
* @deprecated Since 2.35
36+
* @deprecated Since Nova v2.35. This attribute will eventually move to Neutron, it is advised you do not use this.
3737
* @var int|array
3838
*/
3939
public $floatingIps;
@@ -97,15 +97,15 @@ class QuotaSet extends OperatorResource implements Retrievable, Updateable, Dele
9797
/**
9898
* The number of allowed rules for each security group.
9999
*
100-
* @deprecated Since 2.35
100+
* @deprecated Since Nova v2.35. This attribute will eventually move to Neutron, it is advised you do not use this.
101101
* @var int|array
102102
*/
103103
public $securityGroupRules;
104104

105105
/**
106106
* The number of allowed security groups for each tenant.
107107
*
108-
* @deprecated Since 2.35
108+
* @deprecated Since Nova v2.35. This attribute will eventually move to Neutron, it is advised you do not use this.
109109
* @var int|array
110110
*/
111111
public $securityGroups;

0 commit comments

Comments
 (0)