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.

Details

retrieve()

Retrieve details of the current resource from the remote API.

Return value

void

Example code

$quota->retrieve();

update()

Update the current resource with the configuration set out in the user options.

Return value

void

Example code

$quota->update();

delete()

Permanently delete this resource.

Return value

void

Example code

$quota->delete();