Method: Fog::Volume::HuaweiCloud::Real#get_quota
- Defined in:
- lib/fog/volume/huaweicloud/requests/get_quota.rb
#get_quota(tenant_id) ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/fog/volume/huaweicloud/requests/get_quota.rb', line 5 def get_quota(tenant_id) request( :expects => 200, :method => 'GET', :path => "/os-quota-sets/#{tenant_id}" ) end |