Quota
class Quota extends OperatorResource implements Retrievable, Updateable, Deletable
Represents a Neutron v2 Quota
Traits
Properties
| $subnet | int | |
| $network | int | |
| $floatingip | int | |
| $tenantId | string | |
| $subnetpool | int | |
| $securityGroupRule | int | |
| $securityGroup | int | |
| $router | int | |
| $rbacPolicy | int | |
| $port | int |
Methods
retrieve
()
: void
Retrieve details of the current resource from the remote API.
update
()
: void
Update the current resource with the configuration set out in the user options.
delete
()
: void
Permanently delete this resource.
