class QuotaSet extends OperatorResource implements Retrievable, Updateable, Deletable

Represents a BlockStorage v2 Quota Set

Traits

Properties

$tenantId string
$backupGigabytes int
$backups int
$gigabytes int
$gigabytesIscsi int
$perVolumeGigabytes int
$snapshots int
$snapshotsIscsi int
$volumes int
$volumesIscsi 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

$quotaSet->retrieve();

update()

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

Return value

void

Example code

$quotaSet->update();

delete()

Permanently delete this resource.

Return value

void

Example code

$quotaSet->delete();