org.jclouds.rackspace.clouddns.v1.features
Interface LimitApi


public interface LimitApi

All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse of the system. The system recognizes two kinds of limits: rate limits and absolute limits. Rate limits are thresholds that are reset after a certain amount of time passes. Absolute limits are fixed.


Method Summary
 org.jclouds.openstack.v2_0.domain.Limits list()
          Provides a list of all applicable limits.
 Iterable<String> listTypes()
          All applicable limit types.
 

Method Detail

list

@Named(value="limits:list")
org.jclouds.openstack.v2_0.domain.Limits list()
Provides a list of all applicable limits.


listTypes

@Named(value="limits:list")
Iterable<String> listTypes()
All applicable limit types.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.