Uses of Class
org.openstack4j.model.manila.QuotaSetUpdateOptions
-
Packages that use QuotaSetUpdateOptions Package Description org.openstack4j.api.manila org.openstack4j.model.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of QuotaSetUpdateOptions in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila with parameters of type QuotaSetUpdateOptions Modifier and Type Method Description QuotaSetQuotaSetService. update(String tenantId, String userId, QuotaSetUpdateOptions options)Updates quotas for a user in a tenant.QuotaSetQuotaSetService. update(String tenantId, QuotaSetUpdateOptions options)Updates quotas for a tenant. -
Uses of QuotaSetUpdateOptions in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return QuotaSetUpdateOptions Modifier and Type Method Description static QuotaSetUpdateOptionsQuotaSetUpdateOptions. create()QuotaSetUpdateOptionsQuotaSetUpdateOptions. force(Boolean force)QuotaSetUpdateOptionsQuotaSetUpdateOptions. gigabytes(Integer gigabytes)QuotaSetUpdateOptionsQuotaSetUpdateOptions. shareNetworks(Integer shareNetworks)QuotaSetUpdateOptionsQuotaSetUpdateOptions. shares(Integer shares)QuotaSetUpdateOptionsQuotaSetUpdateOptions. snapshotGigabytes(Integer snapshotGigabytes)QuotaSetUpdateOptionsQuotaSetUpdateOptions. snapshots(Integer snapshots) -
Uses of QuotaSetUpdateOptions in org.openstack4j.openstack.manila.domain
Methods in org.openstack4j.openstack.manila.domain with parameters of type QuotaSetUpdateOptions Modifier and Type Method Description static ManilaQuotaSetUpdateManilaQuotaSetUpdate. fromOptions(QuotaSetUpdateOptions options)Creates a quota set update from options. -
Uses of QuotaSetUpdateOptions in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal with parameters of type QuotaSetUpdateOptions Modifier and Type Method Description QuotaSetQuotaSetServiceImpl. update(String tenantId, String userId, QuotaSetUpdateOptions options)QuotaSetQuotaSetServiceImpl. update(String tenantId, QuotaSetUpdateOptions options)
-