QuotaSet
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.